mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +02:00
SynEdit: optimize syncro edit / skip event if inactive
git-svn-id: trunk@30073 -
This commit is contained in:
parent
1c92a3ea27
commit
c3ace57233
@ -1175,8 +1175,10 @@ end;
|
|||||||
procedure TSynPluginCustomSyncroEdit.DoPaintLockEnded;
|
procedure TSynPluginCustomSyncroEdit.DoPaintLockEnded;
|
||||||
begin
|
begin
|
||||||
inherited DoPaintLockEnded;
|
inherited DoPaintLockEnded;
|
||||||
|
if Active then begin
|
||||||
ApplyChangeList;
|
ApplyChangeList;
|
||||||
UpdateCurrentCell;
|
UpdateCurrentCell;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
|
procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
|
||||||
|
Loading…
Reference in New Issue
Block a user