mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 13:00:17 +02:00
IdeIntf: Prevent the command update timer repeating itself forever.
git-svn-id: trunk@50029 -
This commit is contained in:
parent
78e663cb20
commit
c87cf550f3
@ -1453,6 +1453,7 @@ end;
|
||||
procedure TIDECommands.FLateUpdateTimerTimer(Sender: TObject);
|
||||
begin
|
||||
ExecuteUpdateEvents;
|
||||
FLateUpdateTimer.Enabled := False;
|
||||
end;
|
||||
|
||||
procedure TIDECommands.LateExecuteUpdateEvents;
|
||||
|
Loading…
Reference in New Issue
Block a user