FlyByHelp.st
changeset 3243 f78b2a3470eb
parent 3241 630689dda068
child 3247 768269b26ad3
equal deleted inserted replaced
3242:f8d10ab0f301 3243:f78b2a3470eb
    74         "/ the help-bubble itself
    74         "/ the help-bubble itself
    75         ^ false
    75         ^ false
    76     ].
    76     ].
    77 
    77 
    78     "/ don't start tooltip, if this view is not active
    78     "/ don't start tooltip, if this view is not active
       
    79     "/ does not work, because motion events are reported for the current focus-view,
       
    80     "/ which is always actve. Must check after we have determined the view under the pointer
    79     "/ aView topView isActive ifFalse:[^ false].
    81     "/ aView topView isActive ifFalse:[^ false].
    80 
    82 
    81     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
    83     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
    82 !
    84 !
    83 
    85 
   425 ! !
   427 ! !
   426 
   428 
   427 !FlyByHelp class methodsFor:'documentation'!
   429 !FlyByHelp class methodsFor:'documentation'!
   428 
   430 
   429 version
   431 version
   430     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $'
   432     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $'
   431 !
   433 !
   432 
   434 
   433 version_CVS
   435 version_CVS
   434     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $'
   436     ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $'
   435 ! !
   437 ! !
   436 
   438