SelectionInListView.st
changeset 6073 511a25603e1c
parent 6054 2dd9fc1c0bff
child 6103 8e5af0e7851e
--- a/SelectionInListView.st	Mon Jan 30 23:04:29 2017 +0100
+++ b/SelectionInListView.st	Sat Feb 04 22:14:42 2017 +0100
@@ -2186,7 +2186,7 @@
             inVisible:visLineNr 
             with:fg and:bg
     ] ifFalse:[ 
-        (item class == LabelAndIcon
+        (item isLabelAndIcon
         and:[(t := item string) notNil
         and:[(t isText and:[t hasChangeOfEmphasis])]]) ifTrue:[
             t := Text string:t string emphasisCollection:t emphasis asArray.
@@ -2206,6 +2206,8 @@
     ].
 
     self drawSelectionHighlightFrameForItemAtY:y with:fg.
+
+    "Modified: / 04-02-2017 / 22:12:01 / cg"
 !
 
 invalidateLine:aLineNr