original commit: e6c6a4083186dfe0519b4cd5a1d79363391ac0d1
This commit is contained in:
Matthew Flatt 1998-12-16 15:05:12 +00:00
parent 9ec58c79f1
commit 90fe714202

View File

@ -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%)