FlyByWindowInformation.st
changeset 2340 e51e52c8e849
parent 2314 e65082256c46
child 2352 ed9a6f37f85b
--- a/FlyByWindowInformation.st	Mon May 19 21:16:33 2008 +0200
+++ b/FlyByWindowInformation.st	Mon May 19 21:16:56 2008 +0200
@@ -39,8 +39,8 @@
 
 !FlyByWindowInformation methodsFor:'event handling'!
 
-buttonMotion:state x:x y:y view:aView
-    super buttonMotion:state x:x y:y view:aView.
+buttonMotion:buttonAndModifierState x:x y:y view:aView
+    super buttonMotion:buttonAndModifierState x:x y:y view:aView.
     ^ true
 !