mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 22:39:07 +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;
|
||||
begin
|
||||
inherited DoPaintLockEnded;
|
||||
ApplyChangeList;
|
||||
UpdateCurrentCell;
|
||||
if Active then begin
|
||||
ApplyChangeList;
|
||||
UpdateCurrentCell;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
|
||||
|
Loading…
Reference in New Issue
Block a user