# HG changeset patch # User Claus Gittinger # Date 1378974614 -7200 # Node ID f78b2a3470ebe6ce177b51dcd9aab1ca67a996d4 # Parent f8d10ab0f301d176ba74fec94269be2b8b0028f5 class: FlyByHelp comment/format in: #buttonMotion:x:y:view: diff -r f8d10ab0f301 -r f78b2a3470eb FlyByHelp.st --- a/FlyByHelp.st Wed Sep 11 16:03:57 2013 +0200 +++ b/FlyByHelp.st Thu Sep 12 10:30:14 2013 +0200 @@ -76,6 +76,8 @@ ]. "/ don't start tooltip, if this view is not active + "/ does not work, because motion events are reported for the current focus-view, + "/ which is always actve. Must check after we have determined the view under the pointer "/ aView topView isActive ifFalse:[^ false]. ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView @@ -427,10 +429,10 @@ !FlyByHelp class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $' ! !