mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 23:29:11 +02:00
EditoEditorOptions: Preview Colors in list, fixed default color for line number gutter
git-svn-id: trunk@21173 -
This commit is contained in:
parent
593ac3c798
commit
ea63b8ecb3
@ -245,7 +245,7 @@ begin
|
||||
//(ahaSupportedFeatures[TAdditionalHilightAttribute(AttriIdx)].BG) ) // if no BG, then FG was used
|
||||
then begin
|
||||
c := Attri.Foreground;
|
||||
if (c = clDefault) or (c = clNone) then
|
||||
if ((c = clDefault) or (c = clNone)) and not (AttriIdx = ord(ahaLineNumber)) then
|
||||
c := Scheme.Default.FG;
|
||||
if (c = clNone) or (c = clDefault) then
|
||||
c := ColorPreview.Font.Color;
|
||||
|
Loading…
Reference in New Issue
Block a user