Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
6a69121b
Commit
6a69121b
authored
Jun 19, 2017
by
Stefan Tauner
Browse files
FIJISettingsViewer: make clicking a driver's label selecting it
parent
2d2e764d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
6a69121b
...
...
@@ -1627,6 +1627,7 @@ sub _add_driver_radiobutton_list {
$radio_button
->
bind
('
<ButtonRelease-1>
',
sub
{
$radio_button
->
focus
();
});
$driver_label
=
$driver_container_pane
->
Label
(
-
text
=>
$conn
->
{
str
},
-
justify
=>
"
left
");
$driver_label
->
bind
('
<ButtonRelease-1>
',
sub
{
$radio_button
->
invoke
;
$radio_button
->
focus
();
});
$radio_button
->
grid
(
-
row
=>
$i
+
1
,
-
column
=>
0
);
$driver_label
->
grid
(
-
row
=>
$i
+
1
,
-
column
=>
1
,
-
sticky
=>
"
w
");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment