TopView.st
changeset 8638 9981f5698198
parent 8585 f98df434dee2
child 8673 8cda4102607a
--- a/TopView.st	Fri Feb 22 17:16:19 2019 +0100
+++ b/TopView.st	Sat Feb 23 18:57:59 2019 +0100
@@ -1208,7 +1208,7 @@
     "deiconify & bring to front"
 
     self isCollapsed ifTrue:[
-        "/ self unmap.
+        "/ self map.
         self realize.
     ].
     self raise
@@ -1218,7 +1218,7 @@
     "
 
     "Modified: / 03-05-1996 / 23:49:36 / stefan"
-    "Modified (format): / 27-09-2018 / 16:41:56 / Claus Gittinger"
+    "Modified (format): / 23-02-2019 / 18:52:52 / Claus Gittinger"
 !
 
 setForegroundWindow