https://bugs.kde.org/show_bug.cgi?id=486481
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.4.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/4f9b1a69c8105b0c59e667e6a | |242f821b51208b4 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 4f9b1a69c8105b0c59e667e6a242f821b51208b4 by Nate Graham, on behalf of Tomislav Pap. Committed on 24/03/2025 at 23:23. Pushed by ngraham into branch 'master'. Fix Scroll Wheel issue in AllApps submenu of Application Dashboard Scroll with mouse wheel was problematic in AllApps subsection. It worked partially, abruptly stopping when hovering over app icons, or just during mouse wheel scrolling. The problem is that QQuick WheelInterceptor::findwheelArea() never entered into its if statement because there are 3 children elements of QML parent, and their z axis values are 1, 0, 0 respectfully. FIXED-IN: 6.4.0 M +1 -1 applets/kicker/plugin/wheelinterceptor.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/4f9b1a69c8105b0c59e667e6a242f821b51208b4 -- You are receiving this mail because: You are watching all bug changes.