Fixed show_info_sizer according to selected mode.

+ fixed right panel layouts
+ deleted unused functions
This commit is contained in:
YuSanka 2018-11-13 12:19:56 +01:00
parent 5089c4e2e0
commit b721f9431a
6 changed files with 17 additions and 43 deletions

View file

@ -38,7 +38,7 @@ void OG_Settings::Hide()
void OG_Settings::UpdateAndShow(const bool show)
{
Show(show);
m_parent->Layout();
// m_parent->Layout();
}
wxSizer* OG_Settings::get_sizer()