#REFACTORING by sr
authorsr
Thu, 07 Jun 2018 09:51:47 +0200
changeset 4111 f42780e51cc1
parent 4110 1a4cf666aafe
child 4112 07eecafdbe9c
#REFACTORING by sr class: FlyByHelp changed: #helpTextFromView:at:
FlyByHelp.st
--- a/FlyByHelp.st	Wed Jun 06 17:37:31 2018 +0200
+++ b/FlyByHelp.st	Thu Jun 07 09:51:47 2018 +0200
@@ -215,7 +215,6 @@
     |text key app|
 
     (aPointOrNil notNil and:[aView respondsTo:#helpTextAt:]) ifTrue:[
-(aView isKindOf:MenuPanel) ifTrue:[self halt].
         text := aView helpTextAt:aPointOrNil.
         text notNil ifTrue:[^ text].
     ].
@@ -257,6 +256,7 @@
 
     "Modified: / 09-01-2018 / 17:38:42 / stefan"
     "Modified: / 06-06-2018 / 17:00:05 / Claus Gittinger"
+    "Modified (format): / 07-06-2018 / 09:51:41 / sr"
 ! !
 
 !FlyByHelp methodsFor:'private'!