diff -r bb12f148aa96 -r 644ed357b524 ImageEditor.st --- a/ImageEditor.st Tue Oct 05 18:55:35 1999 +0200 +++ b/ImageEditor.st Tue Oct 05 19:01:00 1999 +0200 @@ -1962,7 +1962,9 @@ postOpenAction notNil ifTrue: [postOpenAction value]. - super postOpenWith:aBuilder + super postOpenWith:aBuilder. + + aBuilder keyboardProcessor menuBar:nil. "Modified: / 29.7.1998 / 18:49:20 / cg" ! !