IDE: fixed range check error

git-svn-id: trunk@50215 -
This commit is contained in:
mattias 2015-11-03 16:08:41 +00:00
parent 1cefa33866
commit f84365210d

View File

@ -608,7 +608,7 @@ type
TIDECommands = class
private
FCustomUpdateEvents: TMethodList;
FDontExecuteUpdateEventsUntil: Integer;
FDontExecuteUpdateEventsUntil: QWord;
procedure ApplicationOnIdle({%H-}Sender: TObject; var {%H-}Done: Boolean);
protected