mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:59:06 +02:00
synedit: restore occasionally removed gutter invalidates in r19001 #a26d1805de
git-svn-id: trunk@19046 -
This commit is contained in:
parent
6dfc88f10b
commit
e8814a27e8
@ -5077,11 +5077,13 @@ end;
|
||||
procedure TCustomSynEdit.SetDebugMarks(AFirst, ALast: Integer);
|
||||
begin
|
||||
TSynEditStringList(fLines).SetDebugMarks(AFirst, ALast);
|
||||
InvalidateGutterLines(AFirst, ALast);
|
||||
end;
|
||||
|
||||
procedure TCustomSynEdit.ClearDebugMarks;
|
||||
begin
|
||||
TSynEditStringList(fLines).ClearDebugMarks;
|
||||
InvalidateGutter;
|
||||
end;
|
||||
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
|
Loading…
Reference in New Issue
Block a user