#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 05 Mar 2019 23:20:37 +0100
changeset 3647 7833be8fb641
parent 3646 41efae926aa9
child 3648 474d54e24cab
#DOCUMENTATION by cg class: UIObjectView comment/format in: #processEvent:
UIObjectView.st
--- a/UIObjectView.st	Sun Mar 03 23:16:40 2019 +0100
+++ b/UIObjectView.st	Tue Mar 05 23:20:37 2019 +0100
@@ -624,7 +624,7 @@
     (anEvent isButtonEvent or:[anEvent isKeyEvent]) ifFalse:[ ^ true ].
 
     anEvent isButtonMotionEvent ifTrue:[
-        "/ use current point - layout of underlaying view might change
+        "/ use current point - layout of underlying view might change
         "/ and computation dependent on origin is wrong
         p := self sensor mousePoint.
         p := device translatePoint:p fromView:nil toView:self.
@@ -638,6 +638,8 @@
     anEvent y:p y.
     anEvent view:self.
     ^ false.
+
+    "Modified (format): / 05-03-2019 / 23:18:57 / Claus Gittinger"
 !
 
 redrawX:nx y:ny width:nw height:nh