FlyByHelp.st
changeset 2519 af89806c67e4
parent 2518 fc1d2b481b6e
child 2521 7e51aa294156
--- a/FlyByHelp.st	Wed Jul 09 17:30:16 2008 +0200
+++ b/FlyByHelp.st	Sat Jul 12 15:54:02 2008 +0200
@@ -61,7 +61,11 @@
 !FlyByHelp methodsFor:'event handling'!
 
 buttonMotion:buttonAndModifierState x:x y:y view:aView
-    aView == currentHelpView ifTrue:[^ false].
+    aView == currentHelpView ifTrue:[
+        "/ the help-bubble itself
+        ^ false
+    ].
+
     "/ don't start tooltip, if this view is not active
     "/ aView topView isActive ifFalse:[^ false].
 
@@ -294,7 +298,7 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.21 2008-07-09 15:30:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.22 2008-07-12 13:54:02 cg Exp $'
 ! !
 
 FlyByHelp initialize!