Skip to content

qt: remove incorrect mouse event scaling

Romain Vimont requested to merge rom1v/vlc:fix_mouse_events into master

Since commit 66e86e15, m_sourceSize is never written, and no scaling must be applied.

This makes hoverMoveEvent() consistent with mouseMoveEvent(), which did not apply any scaling.

Edited by Romain Vimont

Merge request reports