https://bugs.kde.org/show_bug.cgi?id=438526
ratijas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kirigami/commit/dba5 |eworks/kirigami/commit/87f0 |d112db45f93f916525cf19d4a05 |ed1af4d43d3e23aad68d484a986 |b90bfdab7 |3690dd832 --- Comment #5 from ratijas <[email protected]> --- Git commit 87f0ed1af4d43d3e23aad68d484a9863690dd832 by ivan tkachenko. Committed on 23/01/2023 at 14:57. Pushed by ratijas into branch 'kf5'. WheelHandler: Fix scrolling over ScrollBars on ScrollablePage Code didn't handle re-parenting of Flickable to a ScrollView, which occurs in ScrollablePage by design. This prevented scrolling over scrollbars in such prominent places as list of System Settings modules or content pane of Discover. This solution handles re-parenting as well re-assigning either of the two scrollbars via attached properties. The only precondition is that ScrollBar attached object should exist before the target is set, so that we have something to subscribe to. (cherry picked from commit dba5d112db45f93f916525cf19d4a05b90bfdab7) M +83 -33 src/wheelhandler.cpp M +5 -0 src/wheelhandler.h https://invent.kde.org/frameworks/kirigami/commit/87f0ed1af4d43d3e23aad68d484a9863690dd832 -- You are receiving this mail because: You are watching all bug changes.
