IdeIntf: Prevent the command update timer repeating itself forever.

git-svn-id: trunk@50029 -
This commit is contained in:
juha 2015-10-11 12:24:53 +00:00
parent 78e663cb20
commit c87cf550f3

View File

@ -1453,6 +1453,7 @@ end;
procedure TIDECommands.FLateUpdateTimerTimer(Sender: TObject);
begin
ExecuteUpdateEvents;
FLateUpdateTimer.Enabled := False;
end;
procedure TIDECommands.LateExecuteUpdateEvents;