mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:55:59 +02:00
SynEdit: Added ability for highlighter to specify color for the area past the "end of line". Based on a patch by Brad Campbell
git-svn-id: trunk@20244 -
This commit is contained in:
parent
b57eb768dc
commit
c73fc17107
@ -3023,6 +3023,8 @@ var
|
||||
FillBCol := Attr.Background;
|
||||
FillFrame := Attr.FrameColor;
|
||||
FillStyle := Attr.Style;
|
||||
if FillFCol = clNone then FillFCol := Font.Color;
|
||||
if FillBCol = clNone then FillBCol := colEditorBG;
|
||||
end else begin
|
||||
FillFCol := Font.Color;
|
||||
FillBCol := colEditorBG;
|
||||
|
Loading…
Reference in New Issue
Block a user