diff -r bb12f148aa96 -r 644ed357b524 MenuEditor.st --- 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'!