mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
Qt: mark MouseMove and MouseWheel events as input events.
git-svn-id: trunk@39078 -
This commit is contained in:
parent
05fc4692ab
commit
bfb62e9ea9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user