mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 13:19:49 +01:00
IDE: fixed range check error
git-svn-id: trunk@50215 -
This commit is contained in:
parent
1cefa33866
commit
f84365210d
@ -608,7 +608,7 @@ type
|
||||
TIDECommands = class
|
||||
private
|
||||
FCustomUpdateEvents: TMethodList;
|
||||
FDontExecuteUpdateEventsUntil: Integer;
|
||||
FDontExecuteUpdateEventsUntil: QWord;
|
||||
|
||||
procedure ApplicationOnIdle({%H-}Sender: TObject; var {%H-}Done: Boolean);
|
||||
protected
|
||||
|
||||
Loading…
Reference in New Issue
Block a user