ActiveHelp.st
changeset 4368 29c59c03e42b
parent 4367 e93b853be9e4
child 4371 3524eff4c957
--- a/ActiveHelp.st	Thu Oct 17 15:44:08 2019 +0200
+++ b/ActiveHelp.st	Thu Oct 17 16:10:09 2019 +0200
@@ -367,6 +367,7 @@
         TheOneAndOnlyHelpListener := nil.    
     ].
 
+    Suspended := false.
     TheOneAndOnlyHelpListener isNil ifTrue:[
         TheOneAndOnlyHelpListener := self new.
     ].
@@ -384,6 +385,7 @@
 startFor:anApplicationOrTopView
     "start activeHelp for a single app"
 
+    Suspended := false.
     TheOneAndOnlyHelpListener isNil ifTrue:[
         TheOneAndOnlyHelpListener := self new.
     ].