Skip to content
Commit 5962fb25 authored by Kurt Hindenburg's avatar Kurt Hindenburg
Browse files

Fix handling of high precision scroll events

While Konsole's main scrollbar is handled by QtScrollBar and therefore
works as expected under Qt5, the other custom scroll wheel actions
available do not accumulate and handle the small scroll deltas provided.
This results in stuttery, uneven and unexpected responses to scrolling.

Accumulate and trigger events on thresholds. If pixel scroll values are
provided, utilize them when emulating mouseup/mousedown events (by
dividing by pixel font height).

Patch by Lindsay Roberts linds r gmail com

REVIEW: 124590
parent 53bdb7fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment