raise again.
authorClaus Gittinger <cg@exept.de>
Thu, 10 Mar 2005 14:27:21 +0100
changeset 4357 068e2607388a
parent 4356 a5fe3fb83a94
child 4358 fead6dd92e10
raise again.
TopView.st
--- a/TopView.st	Thu Mar 10 14:25:56 2005 +0100
+++ b/TopView.st	Thu Mar 10 14:27:21 2005 +0100
@@ -959,7 +959,7 @@
             ^ self
         ]
     ].
-    device activateWindow:drawableId
+    super raise
 
     "
      Transcript topView activate
@@ -1203,7 +1203,7 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.100 2005-03-10 13:25:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.101 2005-03-10 13:27:21 cg Exp $'
 ! !
 
 TopView initialize!