mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 05:29:21 +02:00
* Patch #0008719: TApplication.OnUserInput is never fired
git-svn-id: trunk@10988 -
This commit is contained in:
parent
97ac3e7ba1
commit
39eb0d6ab9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user