changed: #askThenDo:
authorStefan Vogel <sv@exept.de>
Fri, 09 Apr 2010 12:00:03 +0200
changeset 9406 571c7c076b5c
parent 9405 5b598565288a
child 9407 cf114ba82b6d
changed: #askThenDo: raise search window after "Search Again"
Tools_SearchDialog.st
--- a/Tools_SearchDialog.st	Wed Apr 07 19:52:33 2010 +0200
+++ b/Tools_SearchDialog.st	Fri Apr 09 12:00:03 2010 +0200
@@ -171,6 +171,7 @@
     |where code sel matchHolderValue caseHolderValue|
 
     self open.
+    self beScreenDialog.                "raise it above all windows"
     self accepted ifFalse:[ 
         ^ self.
     ].
@@ -1206,9 +1207,9 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.49 2010-02-04 22:20:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.50 2010-04-09 10:00:03 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.49 2010-02-04 22:20:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.50 2010-04-09 10:00:03 stefan Exp $'
 ! !