Skip to content
Commit 8c865d19 authored by Nate Graham's avatar Nate Graham
Browse files

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
Pipeline #225124 passed with stage
in 1 minute and 10 seconds
  • Developer

    Hmm 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
  • Author Developer

    Oh no, can reproduce. Looks like unrelated changes snuck in too. Reverting.

  • Nate Graham @ngraham

    mentioned in commit e6e1b5ed

    ·

    mentioned in commit e6e1b5ed

    Toggle commit list
  • Developer

    There is a property int horizontalScrollBarPolicy: QQC2.ScrollBar.AlwaysOff in Kirigami.ScrollablePage component, btw.

  • Author Developer

    Indeed, but it's already set to AlwaysOff by default.

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