mirror of https://github.com/BOINC/boinc.git
Manager: Enable 'Back' button when 'Next' is disabled on FailedLogOn page
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
a3951c247d
commit
d60e24332e
|
@ -192,6 +192,7 @@ void CErrNotFoundPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
|
||||
CWizardAttach* pWA = ((CWizardAttach*)GetParent());
|
||||
pWA->DisableNextButton();
|
||||
pWA->GetBackButton()->SetDefault();
|
||||
|
||||
Fit();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue