* 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

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