AbstractLauncherApplication.st
changeset 13696 94a519c56f57
parent 13654 e33fa0be5522
child 13735 bfac4cb1f1d6
--- a/AbstractLauncherApplication.st	Wed Nov 27 04:27:50 2013 +0000
+++ b/AbstractLauncherApplication.st	Thu Nov 28 12:42:07 2013 +0100
@@ -2073,7 +2073,8 @@
 !
 
 deIconifyAllWindows
-    self allTopViewsDo:[:eachTopView | eachTopView expand]
+    self allTopViewsDo:[:eachTopView | eachTopView expand; raise].
+    self window raise.
 
     "
      Transcript topView application deIconifyAllWindows
@@ -6938,14 +6939,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.442 2013-10-30 08:50:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.443 2013-11-28 11:42:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.442 2013-10-30 08:50:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.443 2013-11-28 11:42:07 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.442 2013-10-30 08:50:57 cg Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.443 2013-11-28 11:42:07 cg Exp $'
 ! !