fix gtk callback on first radio button in a box
original commit: 1c4b543fb529092fbf8a680996250bbfe52effdb
This commit is contained in:
parent
07597c6b53
commit
668c68837f
|
@ -73,9 +73,8 @@
|
|||
[no-show? (memq 'deleted style)])
|
||||
|
||||
(set-auto-size)
|
||||
(for ([radio-gtk (in-list (cdr radio-gtks))])
|
||||
(connect-clicked radio-gtk))
|
||||
(for ([radio-gtk (in-list radio-gtks)])
|
||||
(connect-clicked radio-gtk)
|
||||
(connect-key-and-mouse radio-gtk)
|
||||
(connect-focus radio-gtk))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user