#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 20 Feb 2019 12:23:48 +0100
changeset 4225 280bf6bac009
parent 4224 8ce4f91fb3ef
child 4226 d1dcdcb20574
#DOCUMENTATION by cg class: ActiveHelp changed: #keyRelease:x:y:view:
ActiveHelp.st
--- a/ActiveHelp.st	Fri Feb 15 10:16:48 2019 +0100
+++ b/ActiveHelp.st	Wed Feb 20 12:23:48 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -498,12 +500,14 @@
     "unconditionally hide the help view"
 
     Debugging ifTrue:['key release: ' infoPrint. key infoPrintCR].
-    key == #Help ifTrue:[
-    ].    
+    
+    "/ key == #Help ifTrue:[
+    "/ ].    
     self hideHelpIgnoringErrors.
     ^ false
 
     "Created: / 02-08-2018 / 16:16:19 / Claus Gittinger"
+    "Modified: / 20-02-2019 / 11:32:31 / Claus Gittinger"
 !
 
 pointerEnter:state x:x y:y view:aView