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