mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:40:29 +02:00
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:
parent
21853b8fc0
commit
5ef6c2591f
@ -958,7 +958,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
if Assigned(Lines) then
|
||||
InvalidateSynLines(0, Lines.Count - 1);
|
||||
InvalidateSynLines(1, Lines.Count);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user