Fix some minor paged dialog object issues.
This commit is contained in:
parent
2dbc6ef6ca
commit
0bfb5bab02
|
@ -133,12 +133,12 @@ void PAGED_DIALOG::finishInitialization()
|
||||||
m_treebook->GetPage( i )->Layout();
|
m_treebook->GetPage( i )->Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
m_treebook->Fit();
|
|
||||||
m_treebook->Layout();
|
m_treebook->Layout();
|
||||||
|
m_treebook->Fit();
|
||||||
|
|
||||||
finishDialogSettings();
|
finishDialogSettings();
|
||||||
|
|
||||||
Centre( wxBOTH );
|
Centre( wxBOTH );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -396,8 +396,6 @@ void PAGED_DIALOG::OnPageChange( wxBookCtrlEvent& event )
|
||||||
m_macHack[ page ] = false;
|
m_macHack[ page ] = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Layout();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue