mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
SynEdit: LineOverviewGutter, don't clear paintflag, in async hondler.
git-svn-id: trunk@39388 -
This commit is contained in:
parent
826a633fbe
commit
5226f09ad5
@ -1429,7 +1429,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
FWinControl.Invalidate;
|
FWinControl.Invalidate;
|
||||||
FState := [];
|
FState := FState - [losASyncScheduled, losResized, losLineCountChanged];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TSynGutterLineOverview.PreferedWidth: Integer;
|
function TSynGutterLineOverview.PreferedWidth: Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user