mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10089
This commit is contained in:
parent
0871e6cde9
commit
e5f49289fc
|
@ -555,7 +555,10 @@ bool wxWizardEx::ShowPage(wxWizardPageEx *page, bool goingForward)
|
|||
(void)m_page->GetEventHandler()->ProcessEvent(event);
|
||||
|
||||
// wxWizardSizer::RecalcSizes wants to be called when m_page changes
|
||||
m_sizerPage->RecalcSizes();
|
||||
GetSizer()->RecalcSizes();
|
||||
GetSizer()->SetSizeHints(this);
|
||||
Fit();
|
||||
//SetSize(GetSizer()->CalcMin());
|
||||
|
||||
// and finally show it
|
||||
m_page->Show();
|
||||
|
|
Loading…
Reference in New Issue