ImageEditor.st
changeset 1250 644ed357b524
parent 1196 e2ced3798ed5
child 1309 0a45ef81b47e
--- 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"
 ! !