MenuEditor.st
changeset 1299 2e9c6d67fed8
parent 1264 a8588e94d16f
child 1301 dc5c4a8e6e6e
--- a/MenuEditor.st	Wed Jan 19 17:00:12 2000 +0100
+++ b/MenuEditor.st	Sat Jan 22 14:16:46 2000 +0100
@@ -2330,7 +2330,10 @@
     "/ (otherwise, those would fire on #accept.
 
     canvasView := self tabCanvasHolder value.
+
     canvasView notNil ifTrue:[
+        canvasView unmap.
+
         canvasView allSubViewsDo:[:aComponent |
             aComponent isInputField ifTrue:[
                 aComponent disableIfInvisible:true