# HG changeset patch # User Claus Gittinger # Date 1423656360 -3600 # Node ID 7ff3f8fb0b7943f3229e60014e444ba864b98bb2 # Parent cd02c37318979b3d34d365f473b32431f00e7fa9 class: Tools::ViewTreeInspectorApplication item display when selected (and color of item is grey) diff -r cd02c3731897 -r 7ff3f8fb0b79 Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Wed Feb 11 13:02:34 2015 +0100 +++ b/Tools__ViewTreeApplication.st Wed Feb 11 13:06:00 2015 +0100 @@ -2608,7 +2608,7 @@ ]. ! -displayOn:aGC x:x y:y h:h +displayOn:aGC x:x y:y h:h isHighlightedAsSelected:isHighlightedAsSelected |labelHeight additionalName label isValidAndShown| label := self label. @@ -2630,7 +2630,7 @@ ]. labelHeight := self heightOn:aGC. - self displayLabel:label h:labelHeight on:aGC x:x y:y h:h. + self displayLabel:label h:labelHeight on:aGC x:x y:y h:h isHighlightedAsSelected:isHighlightedAsSelected. xOffsetAdditionalName notNil ifTrue:[ additionalName := self additionalLabelForItem:self.