MenuPanel.st
changeset 5788 120902ad9fc8
parent 5787 d46575b1220c
child 5789 ca580c5de55e
--- a/MenuPanel.st	Thu Jun 07 11:09:34 2018 +0200
+++ b/MenuPanel.st	Thu Jun 07 11:16:24 2018 +0200
@@ -7201,13 +7201,13 @@
         ].
     ].
     text isNil ifTrue:[
-        displayLabel isEmptyOrNil ifTrue:[
+        (displayLabel isEmptyOrNil or:[displayLabel isImage]) ifTrue:[
             ^ rawLabel
         ].    
     ].    
     ^ text
 
-    "Modified: / 07-06-2018 / 11:08:44 / Claus Gittinger"
+    "Modified: / 07-06-2018 / 11:15:13 / Claus Gittinger"
 !
 
 activeHelpText:aText