# HG changeset patch # User Claus Gittinger # Date 1567154676 -7200 # Node ID eb97ded9cc8e942640ec33fecdd976dbd7782820 # Parent 24695ab8fa7516356bfbd7f5dbcb5dcff0fd5414 #OTHER by exept use allRed and allGray diff -r 24695ab8fa75 -r eb97ded9cc8e 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.