unmap previous canvasView
authorca
Sat, 22 Jan 2000 14:16:46 +0100
changeset 1299 2e9c6d67fed8
parent 1298 64cfa48905dc
child 1300 7514e12ff1b8
unmap previous canvasView
MenuEditor.st
--- 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