From d60e24332e8cd9bfc15d2a6e616ca9b6e0bbeb22 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Tue, 7 Nov 2017 00:09:18 +0200 Subject: [PATCH] Manager: Enable 'Back' button when 'Next' is disabled on FailedLogOn page Signed-off-by: Vitalii Koshura --- clientgui/NotFoundPage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clientgui/NotFoundPage.cpp b/clientgui/NotFoundPage.cpp index 2bf7003f21..7b4d05b810 100644 --- a/clientgui/NotFoundPage.cpp +++ b/clientgui/NotFoundPage.cpp @@ -192,6 +192,7 @@ void CErrNotFoundPage::OnPageChanged( wxWizardExEvent& event ) { CWizardAttach* pWA = ((CWizardAttach*)GetParent()); pWA->DisableNextButton(); + pWA->GetBackButton()->SetDefault(); Fit(); }