#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 14:05:41 +0200
changeset 3452 33988b5b625e
parent 3451 1c9aad7b074f
child 3453 01e6b207c1b4
#DOCUMENTATION by cg class: FlyByWindowInformation changed: #buttonMotion:x:y:view: boolean/non-boolean return
FlyByWindowInformation.st
--- a/FlyByWindowInformation.st	Sun Jul 16 14:04:30 2017 +0200
+++ b/FlyByWindowInformation.st	Sun Jul 16 14:05:41 2017 +0200
@@ -83,10 +83,12 @@
 !FlyByWindowInformation methodsFor:'event handling'!
 
 buttonMotion:buttonAndModifierState x:x y:y view:aView
-    finished == true ifTrue:[^ self].
+    finished == true ifTrue:[^ true].
 
     super buttonMotion:buttonAndModifierState x:x y:y view:aView.
     ^ true
+
+    "Modified: / 16-07-2017 / 13:49:57 / cg"
 !
 
 buttonPress:button x:x y:y view:aView