Qt: mark MouseMove and MouseWheel events as input events.

git-svn-id: trunk@39078 -
This commit is contained in:
zeljko 2012-10-14 08:03:34 +00:00
parent 05fc4692ab
commit bfb62e9ea9

View File

@ -3490,7 +3490,7 @@ begin
Msg.Msg := LM_MOUSEMOVE;
NotifyApplicationUserInput(LCLObject, Msg.Msg);
DeliverMessage(Msg);
DeliverMessage(Msg, True);
SetNoMousePropagation(SenderWidget, True);
end;
@ -3569,7 +3569,7 @@ begin
{$ENDIF}
NotifyApplicationUserInput(LCLObject, Msg.Msg);
Result := DeliverMessage(Msg) <> 0;
Result := DeliverMessage(Msg, True) <> 0;
SetNoMousePropagation(QWidgetH(Sender), False);