changed: #showAtPointer
authorClaus Gittinger <cg@exept.de>
Wed, 11 Nov 2009 02:56:06 +0100
changeset 5514 76be51470258
parent 5513 9af55a873ca9
child 5515 6a8aafa6f151
changed: #showAtPointer
ModalBox.st
--- a/ModalBox.st	Tue Nov 10 20:40:58 2009 +0100
+++ b/ModalBox.st	Wed Nov 11 02:56:06 2009 +0100
@@ -800,7 +800,7 @@
     first := true.
     self openModal:[
         (first and:[shown]) ifTrue:[
-            self origin:pos.
+"/            self origin:pos.
             first := false.
             self setPointerPosition:positionOffset.
         ].
@@ -898,11 +898,11 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.100 2009-11-10 19:40:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.101 2009-11-11 01:56:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.100 2009-11-10 19:40:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.101 2009-11-11 01:56:06 cg Exp $'
 ! !
 
 ModalBox initialize!