https://bugs.kde.org/show_bug.cgi?id=421780

--- Comment #6 from Bernhard Rosenkränzer <b...@lindev.ch> ---
The problem seems to be

d->scroller->scrollTo(d->scroller->finalPosition() + QPoint(0, 100 * nSteps),
0);

in slotScrollDown() in ui/pageview.cpp not having any effect (even though
nSteps == 1) when it is called by the keyboard event and wheel event handlers.

I've never used QScroller, so I'm not familiar with its internals -- but at a
first glance, looks like a Qt bug and makes me wonder why others aren't seeing
this (we're using stock qt 5.15).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to