diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index c7f8bc00c4..a219a19e3b 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -373,7 +373,6 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) { } m_pAccountEmailAddressCtrl->SetFocus(); - Fit(); } diff --git a/clientgui/AccountManagerInfoPage.cpp b/clientgui/AccountManagerInfoPage.cpp index 09fdd4b3c9..0215fda43f 100644 --- a/clientgui/AccountManagerInfoPage.cpp +++ b/clientgui/AccountManagerInfoPage.cpp @@ -183,7 +183,6 @@ void CAccountManagerInfoPage::OnPageChanged( wxWizardExEvent& event ) { ); m_pProjectUrlCtrl->SetFocus(); - Fit(); } diff --git a/clientgui/CompletionPage.cpp b/clientgui/CompletionPage.cpp index 557f6725d8..f2d5e1ac95 100644 --- a/clientgui/CompletionPage.cpp +++ b/clientgui/CompletionPage.cpp @@ -271,6 +271,8 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) { _("Click Finish to close.") ); } + + Fit(); } /*! diff --git a/clientgui/WelcomePage.cpp b/clientgui/WelcomePage.cpp index 6c88830fb2..09005a6d36 100644 --- a/clientgui/WelcomePage.cpp +++ b/clientgui/WelcomePage.cpp @@ -351,7 +351,7 @@ void CWelcomePage::OnPageChanged( wxWizardExEvent& event ) { _("To continue, click Next.") ); - GetSizer()->Fit(this); + Fit(); } /*! diff --git a/win_build/installerv2/CPDNBBC.ism b/win_build/installerv2/CPDNBBC.ism index 988eae5d0d..c04fb9e577 100644 Binary files a/win_build/installerv2/CPDNBBC.ism and b/win_build/installerv2/CPDNBBC.ism differ