mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE, EditorOptions: add colors for Overview-Gutter / fix modified/save indicator colors (swapped)
git-svn-id: trunk@61096 -
This commit is contained in:
parent
c12c24dc34
commit
9a58bacd0a
@ -6793,8 +6793,8 @@ begin
|
||||
if OGutterProv is TSynGutterLOvProviderModifiedLines then begin
|
||||
Attri := GetUsedAttr(ahaModifiedLine);
|
||||
if Attri <> nil then begin
|
||||
OGutterProv.Color := Attri.Foreground;
|
||||
TSynGutterLOvProviderModifiedLines(OGutterProv).ColorSaved := Attri.FrameColor;
|
||||
OGutterProv.Color := Attri.FrameColor;
|
||||
TSynGutterLOvProviderModifiedLines(OGutterProv).ColorSaved := Attri.Foreground;
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user