Code review comment for lp:~lukas-kde/qtubuntu/fixWheel

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

Not specifying the window only for wheel events make the code inconsistent. So mouse movement can go to a window A but mouse wheel events to a window B.

It also breaks the contract of the method dispatchPointerEvent. Its first parameter is the QWindow where events are supposed to go to. It should obey it.

review: Needs Fixing

« Back to merge proposal