.
original commit: e6c6a4083186dfe0519b4cd5a1d79363391ac0d1
This commit is contained in:
parent
9ec58c79f1
commit
90fe714202
|
@ -638,7 +638,7 @@
|
|||
(let ([o (get-focus-window)])
|
||||
(if (and o (send o handles-key-code code #f #f))
|
||||
#f
|
||||
(let ([objs (container->children panel #f)])
|
||||
(let ([objs (container->children panel #f #f)])
|
||||
(or (ormap
|
||||
(lambda (x)
|
||||
(and (is-a? x wx:button%)
|
||||
|
|
Loading…
Reference in New Issue
Block a user