https://bugs.kde.org/show_bug.cgi?id=438526
ratijas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/commit/dba5 | |d112db45f93f916525cf19d4a05 | |b90bfdab7 --- Comment #4 from ratijas <[email protected]> --- Git commit dba5d112db45f93f916525cf19d4a05b90bfdab7 by ivan tkachenko. Committed on 23/01/2023 at 14:33. Pushed by ratijas into branch 'master'. 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. M +83 -33 src/wheelhandler.cpp M +5 -0 src/wheelhandler.h https://invent.kde.org/frameworks/kirigami/commit/dba5d112db45f93f916525cf19d4a05b90bfdab7 -- You are receiving this mail because: You are watching all bug changes.
