SelectionInListView.st
changeset 2537 46a01c4d6d4d
parent 2519 a088ad3bb1e5
child 2563 ffb88664908a
--- a/SelectionInListView.st	Thu Jun 06 19:18:01 2002 +0200
+++ b/SelectionInListView.st	Wed Jun 19 14:17:47 2002 +0200
@@ -2148,6 +2148,8 @@
                     t := Text string:t string emphasisCollection:t emphasis asArray.
                     t emphasisAllRemove:#color.
                     t := LabelAndIcon icon:item icon string:t.
+                    t image:(item image).
+                    t gap:(item gap).
                     self
                         drawLine:t 
                         atX:(textStartLeft - viewOrigin x) 
@@ -4026,5 +4028,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.201 2002-02-26 12:57:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.202 2002-06-19 12:17:47 cg Exp $'
 ! !