diff -r 41efae926aa9 -r 7833be8fb641 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