Sidebar: Add workaround for horizontal scrollbar bug
https://bugreports.qt.io/browse/QTBUG-83890 is still not fixed. BUG: 458386 FIXED-IN: 5.26
parent
7e3cec9d
Loading
Loading
Pipeline
#225124
passed
with stage
in
1 minute and 10 seconds
Loading
-
📖 @davidreDeveloperHmm this makes my systemsettings crash :(
file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:22:20: Cannot set properties on horizontal as it is null QQC2.ScrollBar.horizontal.policy: QQC2.ScrollBar.AlwaysOff ^ "file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:22:20: Cannot set properties on horizontal as it is null" Fatal error while loading the sidebar view qml component
-
mentioned in commit e6e1b5ed
-
🗯️ @ratijasDeveloperThere is a
property int horizontalScrollBarPolicy: QQC2.ScrollBar.AlwaysOff
inKirigami.ScrollablePage
component, btw.
Please register or sign in to comment