original commit: 043ff422e32c1c4b52bca4566389d39d217b919e
This commit is contained in:
Matthew Flatt 2000-08-03 14:35:56 +00:00
parent 03855a6b1b
commit bf71e736a6

View File

@ -1356,7 +1356,9 @@
(public
[handle-menu-key
(lambda (event)
(and menu-bar (send menu-bar handle-key event)))])
(and menu-bar
(begin (send menu-bar on-demand) #t)
(send menu-bar handle-key event)))])
(sequence
(apply super-init args)))))