Updated after another change in Smalltal/X class lib (passing isHighlightedAsSelected:)
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 05 Feb 2015 06:50:37 +0000
changeset 387 b124f741c6a1
parent 386 21f377c318cd
child 388 695b534ba661
child 389 84f51edca848
Updated after another change in Smalltal/X class lib (passing isHighlightedAsSelected:)
SmallSense__PO.st
--- a/SmallSense__PO.st	Thu Feb 05 07:27:07 2015 +0000
+++ b/SmallSense__PO.st	Thu Feb 05 06:50:37 2015 +0000
@@ -378,7 +378,7 @@
     "Created: / 03-02-2015 / 05:34:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-displayOn:aGC x:x y:y h:h 
+displayOn:aGC x:x y:y h:h isHighlightedAsSelected: highlighted
     | cx iconOrNil |
 
     cx := x.
@@ -391,9 +391,9 @@
         cx := cx + IconWidth.
     ].
 
-    super displayOn:aGC x:cx y:y h:h
+    super displayOn:aGC x:cx y:y h:h isHighlightedAsSelected: highlighted
 
-    "Created: / 28-04-2014 / 00:16:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 05-02-2015 / 06:48:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 displayString