# HG changeset patch # User Claus Gittinger # Date 1309367686 -7200 # Node ID 65280fe44707a70ffc10e48f73cbb2342d069e6b # Parent 9d025aa9921ad590d3fd63f1bcfb618a108fc541 category of: #handleMouseIn:x:y: diff -r 9d025aa9921a -r 65280fe44707 FlyByWindowInformation.st --- a/FlyByWindowInformation.st Fri Jun 24 10:46:37 2011 +0200 +++ b/FlyByWindowInformation.st Wed Jun 29 19:14:46 2011 +0200 @@ -82,11 +82,6 @@ ^ true ! -handleMouseIn:aView x:x y:y - finished == true ifTrue:[^ self]. - super handleMouseIn:aView x:x y:y -! - keyPress:key x:x y:y view:aView |obj objToInspect objToBrowse lcKey| @@ -283,6 +278,11 @@ !FlyByWindowInformation methodsFor:'private'! +handleMouseIn:aView x:x y:y + finished == true ifTrue:[^ self]. + super handleMouseIn:aView x:x y:y +! + targetViewInitiatesHelpViaSensor ^ false ! ! @@ -334,10 +334,6 @@ !FlyByWindowInformation class methodsFor:'documentation'! -version - ^ '$Header$' -! - version_CVS ^ '$Header$' ! !