From ded0a4da48922805c44fc2b5a06e2fe1304221bb Mon Sep 17 00:00:00 2001 From: thotbot Date: Sat, 21 Dec 2019 15:02:06 +0000 Subject: Scrollbar: don't autohide if enabled (except on Mac) --- wizard/WizardController.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'wizard') diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index d192bc8d..9b6b4a29 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -277,6 +277,7 @@ Rectangle { anchors.topMargin: persistentSettings.customDecorations ? 60 : 10 anchors.bottom: parent.bottom anchors.bottomMargin: persistentSettings.customDecorations ? 15 : 10 + onActiveChanged: if (!active && !isMac) active = true } onFlickingChanged: { -- cgit v1.2.3