fix gtk callback on first radio button in a box
This commit is contained in:
parent
4628ab4db8
commit
1c4b543fb5
|
@ -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