From be09e3e596433275c4455b61f575416d98649694 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 26 Feb 2017 14:55:04 +0100 Subject: [PATCH] Wizard: make sure next button is visible when stepping back --- wizard/WizardCreateViewOnlyWallet.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml index 0379098f..0ee3f815 100644 --- a/wizard/WizardCreateViewOnlyWallet.qml +++ b/wizard/WizardCreateViewOnlyWallet.qml @@ -47,6 +47,7 @@ ColumnLayout { function onPageOpened(settingsObject) { wizard.nextButton.enabled = true + wizard.nextButton.visible = true } function onPageClosed(settingsObject) {