# HG changeset patch # User Claus Gittinger # Date 1257328663 -3600 # Node ID 0ce76feb3f915d60352e1fc34993f4763d36d04d # Parent 1ef5151b111eb5731c7dd2ca2f8fde7caa949de0 *** empty log message *** diff -r 1ef5151b111e -r 0ce76feb3f91 FlyByWindowInformation.st --- a/FlyByWindowInformation.st Tue Nov 03 20:20:06 2009 +0100 +++ b/FlyByWindowInformation.st Wed Nov 04 10:57:43 2009 +0100 @@ -83,7 +83,6 @@ ! handleMouseIn:aView x:x y:y - finished == true ifTrue:[^ self]. super handleMouseIn:aView x:x y:y ! @@ -233,6 +232,12 @@ " ! ! +!FlyByWindowInformation methodsFor:'private'! + +targetViewInitiatesHelpViaSensor + ^ false +! ! + !FlyByWindowInformation methodsFor:'queries'! toolTipFollowsMouse @@ -242,8 +247,7 @@ !FlyByWindowInformation methodsFor:'start & stop'! initiateHelpFor:aView at:aPointOrNil - finished == true ifTrue:[^ self]. - super initiateHelpFor:aView at:aPointOrNil + self initiateHelpFor:aView at:aPointOrNil now:true ! initiateHelpFor:aView at:aPointOrNil now:showItNow