ModalBox.st
changeset 8850 aa69e3c0cc85
parent 8732 2126b6c5f654
child 8956 66f452418af2
--- 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|