drawVisibleLineSelected:with:and: set offset to item
authorfm
Mon, 21 Sep 2009 15:40:28 +0200
changeset 3930 73c6c9ae4fb7
parent 3929 3c88a4e7a7ac
child 3931 cdc9592de08d
drawVisibleLineSelected:with:and: set offset to item
SelectionInListView.st
--- a/SelectionInListView.st	Mon Sep 21 14:16:41 2009 +0200
+++ b/SelectionInListView.st	Mon Sep 21 15:40:28 2009 +0200
@@ -2089,6 +2089,7 @@
                     t := LabelAndIcon icon:item icon string:t.
                     t image:(item image).
                     t gap:(item gap).
+                    t offset: (item offset).
                     self
                         drawLine:t 
                         atX:(textStartLeft - viewOrigin x) 
@@ -2147,9 +2148,9 @@
     ].
     ^ super drawVisibleLine:visLineNr with:fg and:bg
 
-    "Modified: / 31.8.1995 / 19:24:09 / claus"
-    "Created: / 28.2.1996 / 18:40:21 / cg"
-    "Modified: / 21.6.1998 / 03:51:04 / cg"
+    "Modified: / 31-08-1995 / 19:24:09 / claus"
+    "Created: / 28-02-1996 / 18:40:21 / cg"
+    "Modified: / 21-06-1998 / 03:51:04 / cg"
 !
 
 invalidateLine:aLineNr
@@ -4072,5 +4073,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.251 2009-09-15 19:01:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.252 2009-09-21 13:40:28 fm Exp $'
 ! !