SmallSense__VariablePO.st
changeset 385 26d6f86c3744
parent 382 4df672779edd
parent 384 8238ebef6929
--- a/SmallSense__VariablePO.st	Sun Feb 01 07:35:12 2015 +0000
+++ b/SmallSense__VariablePO.st	Tue Feb 03 05:51:37 2015 +0000
@@ -140,10 +140,10 @@
 
 !VariablePO methodsFor:'displaying'!
 
-displayLabel:aLabel h:lH on:aGC x:x y:y h:h
+displayLabel:aLabel h:lH on:aGC x:x y:y h:h isHighlightedAsSelected: highlighted
     | lw cn cnw fg y0 |
 
-    super displayLabel:aLabel h:lH on:aGC x:x y:y h:h.
+    super displayLabel:aLabel h:lH on:aGC x:x y:y h:h isHighlightedAsSelected: highlighted.
 
     class isNil ifTrue:[ ^ self ]. "/ Could be pseudo-variable
 
@@ -160,7 +160,7 @@
         aGC paint: fg.
     ]
 
-    "Created: / 18-09-2013 / 00:19:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 03-02-2015 / 05:34:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 28-04-2014 / 00:24:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !