#TUNING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 13 Oct 2019 23:29:22 +0200
changeset 4363 d2957953fdfa
parent 4362 8d24b880de6c
child 4364 511f14f879b8
#TUNING by exept class: ActiveHelp changed: #buttonMotion:x:y:view:
ActiveHelp.st
--- a/ActiveHelp.st	Wed Oct 02 02:23:01 2019 +0200
+++ b/ActiveHelp.st	Sun Oct 13 23:29:22 2019 +0200
@@ -18,7 +18,7 @@
 EventListener subclass:#ActiveHelp
 	instanceVariableNames:'lastHelpText listeningForAll applicationsOrTopViewsWithHelp
 		lastHelpWidget lastPointerPosition pointerPositionAtShowTime'
-	classVariableNames:'Debugging DebuggingHelpText DebuggingEvents'
+	classVariableNames:'Debugging DebuggingEvents DebuggingHelpText'
 	poolDictionaries:''
 	category:'Interface-Help'
 !
@@ -440,6 +440,8 @@
 
     |realViewUnderCursor realP|
 
+    (aView sensor hasButtonMotionEventFor:aView) ifTrue:[^ false].
+
     "/ DebuggingEvents := true
     "/ DebuggingEvents := false
     DebuggingEvents == true ifTrue:[