#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:44:36 +0200
changeset 3753 eb97ded9cc8e
parent 3752 24695ab8fa75
child 3754 0ec001ff25a7
#OTHER by exept use allRed and allGray
Tools__ViewTreeApplication.st
--- a/Tools__ViewTreeApplication.st	Wed Aug 28 17:11:53 2019 +0200
+++ b/Tools__ViewTreeApplication.st	Fri Aug 30 10:44:36 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2007 by eXept Software AG
 	      All Rights Reserved
@@ -2932,8 +2934,7 @@
     ].
 
     isValidAndShown ifFalse:[
-        label := Text string:label emphasis:#italic.
-        label withColor:Color gray.
+        label := label allItalic allGray.
     ].
 
     labelHeight := self heightOn:aGC.