clear menuBar in keyProcessor
authorca
Sat, 02 Oct 1999 15:27:55 +0200
changeset 1247 6fb170b75302
parent 1246 c5425b3c8f3e
child 1248 fc64935b7ff9
clear menuBar in keyProcessor
UIPainter.st
--- a/UIPainter.st	Thu Sep 30 16:47:37 1999 +0200
+++ b/UIPainter.st	Sat Oct 02 15:27:55 1999 +0200
@@ -2958,6 +2958,7 @@
 
     super postOpenWith: aBuilder.
     treeView selection: #(1).
+    aBuilder keyboardProcessor menuBar:nil.
 
     myWindow := self window.
     canvasWindow := self painter topView.