SynEdit: Markup fold color, fix invalidate, part of patch 20 from issue #30421 by Pascal R.

git-svn-id: trunk@54154 -
This commit is contained in:
martin 2017-02-14 19:36:42 +00:00
parent 21853b8fc0
commit 5ef6c2591f

View File

@ -958,7 +958,7 @@ begin
end;
end;
if Assigned(Lines) then
InvalidateSynLines(0, Lines.Count - 1);
InvalidateSynLines(1, Lines.Count);
end;
end.