#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 20 Oct 2019 12:00:23 +0200
changeset 8850 aa69e3c0cc85
parent 8849 814b97e7dff5
child 8851 12e4e4b97d0a
#DOCUMENTATION by exept class: ModalBox comment/format in: #showAtPointer
ModalBox.st
--- a/ModalBox.st	Sun Oct 20 10:59:51 2019 +0200
+++ b/ModalBox.st	Sun Oct 20 12:00:23 2019 +0200
@@ -824,9 +824,9 @@
 
 showAtPointer
     "make myself visible at mouse pointer shifted to have
-     convenient button under cursor. self positionOffset should
-     return that offset (usually redefined, since we don't know here,
-     which button should be under cursor)."
+     convenient button under cursor. 
+     self positionOffset should return that offset 
+     (usually redefined, since we don't know here, which button should be under cursor)."
 
     |first pointerPosition positionOffset pos monitorBounds alignedPos|