#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jan 2018 02:33:56 +0100
changeset 4060 9ddc9c4794f5
parent 4059 612726a08954
child 4061 09d7c0183f51
#REFACTORING by cg class: ActiveHelp changed: #initiateHelpFor:at:
ActiveHelp.st
--- a/ActiveHelp.st	Wed Jan 31 00:06:39 2018 +0100
+++ b/ActiveHelp.st	Wed Jan 31 02:33:56 2018 +0100
@@ -714,6 +714,8 @@
      re-negotiation of the displayed helpText 
      (for example in a menu, when the selection changes)"
 
+    self class isActive ifFalse:[^ self].
+
     "/ in standalone apps, it is better to simply not show the help
     Error,BreakPointInterrupt handle:[:ex |
         Smalltalk isStandAloneApp ifFalse:[ex reject].