diff -r cd233176270e -r 511a25603e1c SelectionInListView.st --- 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