FlyByHelp.st
changeset 2474 ef24105ee7a2
parent 2392 02244f5708b7
child 2477 b009e0b51999
--- a/FlyByHelp.st	Mon May 19 21:16:53 2008 +0200
+++ b/FlyByHelp.st	Mon May 19 21:16:58 2008 +0200
@@ -60,9 +60,9 @@
 
 !FlyByHelp methodsFor:'event handling'!
 
-buttonMotion:state x:x y:y view:aView
+buttonMotion:buttonAndModifierState x:x y:y view:aView
     aView == currentHelpView ifTrue:[^ false].
-    ^ super buttonMotion:state x:x y:y view:aView
+    ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
 !
 
 pointerLeave:state view:aView
@@ -291,7 +291,7 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.15 2008-02-26 10:25:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.16 2008-05-19 19:16:58 cg Exp $'
 ! !
 
 FlyByHelp initialize!