Hmm, maybe the problem is just QtMir speeding up/amplifying mouse wheel
events a bit too much:

src/platforms/mirserver/qteventfeeder.cpp:

            const QPoint angleDelta = QPoint(hDelta * 15, vDelta * 15);
            mQtWindowSystem->handleWheelEvent(timestamp.count(), angleDelta, 
modifiers);

which then makes for a high scrolling velocity that takes a while to
finish.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1556795

Title:
  Mouse wheel scrolling keeps going inertially (past the location I want
  to scroll to)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1556795/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to