mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-17 16:09:30 +00:00
BugFix:
- when loading a template, the layout function of the sizer is called, thus the new packages are also shown - Author and NoComment are also loaded from a language pack
This commit is contained in:
@@ -393,6 +393,9 @@ int OTM_GamePage::LoadTemplate( const wxString &file_name)
|
||||
}
|
||||
delete [] checked;
|
||||
NumberOfEntry = new_NumberOfEntry;
|
||||
|
||||
MainSizer->Layout();
|
||||
MainSizer->FitInside(this);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user