mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +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,9 +1175,11 @@ end;
|
||||
procedure TSynPluginCustomSyncroEdit.DoPaintLockEnded;
|
||||
begin
|
||||
inherited DoPaintLockEnded;
|
||||
if Active then begin
|
||||
ApplyChangeList;
|
||||
UpdateCurrentCell;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user