*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 04 Nov 2009 10:57:43 +0100
changeset 2710 0ce76feb3f91
parent 2709 1ef5151b111e
child 2711 4700f54d0040
*** empty log message ***
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