mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 11:40:13 +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);
|
procedure TIDECommands.FLateUpdateTimerTimer(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
ExecuteUpdateEvents;
|
ExecuteUpdateEvents;
|
||||||
|
FLateUpdateTimer.Enabled := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TIDECommands.LateExecuteUpdateEvents;
|
procedure TIDECommands.LateExecuteUpdateEvents;
|
||||||
|
Loading…
Reference in New Issue
Block a user