FlyByWindowInformation.st
changeset 3452 33988b5b625e
parent 3358 4e4d637296ba
child 3576 e62c95ddd17b
--- 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