MenuEditor.st
changeset 1250 644ed357b524
parent 1249 bb12f148aa96
child 1256 38ff328f119b
--- a/MenuEditor.st	Tue Oct 05 18:55:35 1999 +0200
+++ b/MenuEditor.st	Tue Oct 05 19:01:00 1999 +0200
@@ -2368,6 +2368,13 @@
     "build a tree from aMenu and open it modal"
 
     super openModalOnResourceSpec: aMenu
+!
+
+postOpenWith:aBuilder
+    "reset keyboardProcessor for menuBar
+    "
+    super postOpenWith: aBuilder.
+    aBuilder keyboardProcessor menuBar:nil.
 ! !
 
 !MenuEditor methodsFor:'user actions'!