mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 06:37:20 +01:00
SynEdit: Fixed an issue with missing redraw/invalidation
git-svn-id: trunk@24515 -
This commit is contained in:
parent
58bb9f1591
commit
f809d8cd0d
@ -4567,11 +4567,10 @@ begin
|
||||
FChangedLinesEnd:=AIndex + 1 + MaX(ACount, 0)
|
||||
else
|
||||
FChangedLinesEnd := FChangedLinesEnd + MaX(ACount, 0);
|
||||
end else begin
|
||||
end else
|
||||
ScanRanges;
|
||||
InvalidateLines(AIndex + 1, -1);
|
||||
InvalidateGutterLines(AIndex + 1, -1);
|
||||
end;
|
||||
InvalidateLines(AIndex + 1, -1);
|
||||
InvalidateGutterLines(AIndex + 1, -1);
|
||||
end;
|
||||
|
||||
procedure TCustomSynEdit.LineTextChanged(Sender: TSynEditStrings;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user