class: Tools::ViewTreeInspectorApplication
authorClaus Gittinger <cg@exept.de>
Wed, 11 Feb 2015 13:06:00 +0100
changeset 3184 7ff3f8fb0b79
parent 3183 cd02c3731897
child 3185 3592ea3afb9e
class: Tools::ViewTreeInspectorApplication item display when selected (and color of item is grey)
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.