do not unmap in order to raiseDeiconified
authorClaus Gittinger <cg@exept.de>
Mon, 17 Mar 2003 17:27:18 +0100
changeset 3818 6a5b62a616a7
parent 3817 34deab81bfe2
child 3819 165c1d2ec85a
do not unmap in order to raiseDeiconified (is this ok - to be tested)
TopView.st
--- a/TopView.st	Sun Mar 02 21:52:37 2003 +0100
+++ b/TopView.st	Mon Mar 17 17:27:18 2003 +0100
@@ -395,7 +395,7 @@
     "deiconify & bring to front"
 
     self isCollapsed ifTrue:[
-        self unmap.
+"/        self unmap.
         self realize.
     ].
     self raise
@@ -800,5 +800,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.77 2002-11-19 19:41:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.78 2003-03-17 16:27:18 cg Exp $'
 ! !