# HG changeset patch # User Claus Gittinger # Date 1540674174 -7200 # Node ID 202a6dcf53d5bc52663bc195bcc299492dbc7294 # Parent bf8450905cb8bf38182a03bd8f809e1687d4ade5 #REFACTORING by cg class: ListView changed: #font: diff -r bf8450905cb8 -r 202a6dcf53d5 ListView.st --- a/ListView.st Sat Oct 27 10:19:22 2018 +0200 +++ b/ListView.st Sat Oct 27 23:02:54 2018 +0200 @@ -1677,10 +1677,12 @@ ] ]. self enqueueDelayedContentsChangedNotification - ] + ]. + self changed:#font. ] "Modified: / 25-07-2012 / 12:01:36 / cg" + "Modified: / 27-10-2018 / 22:58:23 / Claus Gittinger" ! fontHeight:pixels @@ -3424,12 +3426,13 @@ (line notNil and:[line isText - and:[fg ~= fgColor or:[bg ~= bgColor]]]) ifTrue:[ - ^ line withoutAnyColorEmphasis + and:[(fg ~= fgColor) or:[bg ~= bgColor]]]) ifTrue:[ + ^ line withoutAnyColorEmphasis ]. ^ line "Created: / 15-12-1999 / 23:19:30 / cg" + "Modified: / 26-10-2018 / 21:56:57 / Claus Gittinger" ! xOfCol:col inVisibleLine:visLineNr