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:
martin 2009-05-26 14:32:08 +00:00
parent b57eb768dc
commit c73fc17107

View File

@ -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;