FlyByWindowInformation.st
changeset 2710 0ce76feb3f91
parent 2702 96f1dbce3d00
child 2823 cd54d69eec13
--- 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