mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 21:18:01 +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;
|
||||
|
||||
FWinControl.Invalidate;
|
||||
FState := [];
|
||||
FState := FState - [losASyncScheduled, losResized, losLineCountChanged];
|
||||
end;
|
||||
|
||||
function TSynGutterLineOverview.PreferedWidth: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user