diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardController.qml | 1 |
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: { |
