Tools__ViewTreeApplication.st
changeset 3141 c3fb91a71410
parent 3124 1973e28a2c75
child 3167 95025cd0fbce
equal deleted inserted replaced
3140:5a25f22cb054 3141:c3fb91a71410
  2524     ] ifFalse:[
  2524     ] ifFalse:[
  2525         isValidAndShown := widget shown.
  2525         isValidAndShown := widget shown.
  2526     ].
  2526     ].
  2527     isValidAndShown ifFalse:[
  2527     isValidAndShown ifFalse:[
  2528         label := Text string:label emphasis:#italic.
  2528         label := Text string:label emphasis:#italic.
  2529         label colorizeAllWith:Color grey.
  2529         label colorizeAllWith:Color gray.
  2530     ].
  2530     ].
  2531 
  2531 
  2532     labelHeight := self heightOn:aGC.
  2532     labelHeight := self heightOn:aGC.
  2533     self displayLabel:label h:labelHeight on:aGC x:x y:y h:h.
  2533     self displayLabel:label h:labelHeight on:aGC x:x y:y h:h.
  2534 
  2534