changed: #showAtPointer set origin...
authorMichael Beyl <mb@exept.de>
Tue, 05 Oct 2010 17:58:14 +0200
changeset 5609 5da09aa47da2
parent 5608 283f9270bf76
child 5610 9c727f792bd2
changed: #showAtPointer set origin...
ModalBox.st
--- a/ModalBox.st	Tue Oct 05 17:57:16 2010 +0200
+++ b/ModalBox.st	Tue Oct 05 17:58:14 2010 +0200
@@ -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.102 2009-11-17 13:30:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.103 2010-10-05 15:58:14 mb Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.102 2009-11-17 13:30:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.103 2010-10-05 15:58:14 mb Exp $'
 ! !
 
 ModalBox initialize!