aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorthotbot <thotbot@protonmail.com>2019-12-21 15:02:06 +0000
committerthotbot <thotbot@protonmail.com>2019-12-21 18:33:36 +0000
commitded0a4da48922805c44fc2b5a06e2fe1304221bb (patch)
tree35430032256ab0515b9e7bcb2bd158e3275dbf55 /wizard
parent500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (diff)
downloadmonzero-gui-ded0a4da48922805c44fc2b5a06e2fe1304221bb.tar.gz
monzero-gui-ded0a4da48922805c44fc2b5a06e2fe1304221bb.tar.xz
monzero-gui-ded0a4da48922805c44fc2b5a06e2fe1304221bb.zip
Scrollbar: don't autohide if enabled (except on Mac)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml1
1 files changed, 1 insertions, 0 deletions
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: {