Skip to content
Commit c0aff2e9 authored by Ferdinand Bachmann's avatar Ferdinand Bachmann Committed by Kurt Hindenburg
Browse files

Fix scrollbar reappearing when using the touchpad (only on Wayland)

On Wayland, sometimes the scrollbar reappears on the left side of the
screen even when the scrollbar is set to 'hidden'.

- This happens when scrolling twice using the touchpad.
- This only happens on Wayland
- This only happens with Qt 5.14 or newer

This patch is a workaround for a change in Qt 5.14. Due "scroll phases",
scrollbars get set to visible when starting to scroll, and don't hide
themselves afterwards.

BUG: 415508
FIXED-IN: 20.08

utilities/konsole!127
parent 34e6e343
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