mirror of https://github.com/BOINC/boinc.git
Fix issue #1510: MGR: Ensure start page is in page stack when launching in auto-attach mode
This commit is contained in:
parent
cfb30e9fb6
commit
baf51fa685
|
@ -595,8 +595,8 @@ void CWizardAttach::_ProcessCancelEvent( wxWizardExEvent& event ) {
|
|||
);
|
||||
|
||||
// Reenable the next and back buttons if they have been disabled
|
||||
GetNextButton()->Enable();
|
||||
GetBackButton()->Enable();
|
||||
GetNextButton()->Enable(HasNextPage(page));
|
||||
GetBackButton()->Enable(HasPrevPage(page));
|
||||
|
||||
// Generic rules
|
||||
bCancelWithoutNextPage |= (page == m_ErrNotDetectedPage);
|
||||
|
|
Loading…
Reference in New Issue