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$' ! !