original commit: e34406f7130c821b232eb9c28ce271c7cb693433
This commit is contained in:
Matthew Flatt 1998-09-14 02:36:02 +00:00
parent 71c995e57e
commit 9aefa87ef4

View File

@ -3000,7 +3000,8 @@
[is-enabled? (lambda () (send wx all-enabled?))])
(sequence
(super-init wx)
(send wx-parent set-menu-bar wx))))
(send wx-parent set-menu-bar wx)
(send wx-parent self-redraw-request))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; REPL ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;