* Patch #0008719: TApplication.OnUserInput is never fired

git-svn-id: trunk@10988 -
This commit is contained in:
tombo 2007-04-23 09:39:15 +00:00
parent 97ac3e7ba1
commit 39eb0d6ab9

View File

@ -1244,6 +1244,8 @@ begin
else CancelHint;
end;
if Assigned(FOnUserInput) then FOnUserInput(Self, Msg);
i:=FApplicationHandlers[ahtUserInput].Count;
while FApplicationHandlers[ahtUserInput].NextDownIndex(i) do
TOnUserInputEvent(FApplicationHandlers[ahtUserInput][i])(Self,Msg);