#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 07 Feb 2019 19:48:27 +0100
changeset 4220 3cd77e608abb
parent 4219 b467fda5ae2c
child 4221 f6e84e92f212
#FEATURE by cg class: FlyByHelp changed: #helpTextFromView:at:
FlyByHelp.st
--- a/FlyByHelp.st	Thu Feb 07 17:53:36 2019 +0100
+++ b/FlyByHelp.st	Thu Feb 07 19:48:27 2019 +0100
@@ -234,7 +234,7 @@
         text := aView helpText.
         text notNil ifTrue:[
             "/ Transcript showCR:'via helpText'; showCR:text.
-            ^ text
+            ^ text value
         ].
     ].
     "/ to be enabled in next release...
@@ -281,7 +281,7 @@
 
     "Modified: / 09-01-2018 / 17:38:42 / stefan"
     "Modified (format): / 07-06-2018 / 09:51:41 / sr"
-    "Modified: / 07-09-2018 / 12:32:04 / Claus Gittinger"
+    "Modified: / 07-02-2019 / 19:18:39 / Claus Gittinger"
 ! !
 
 !FlyByHelp methodsFor:'queries'!