Some code refactoring for settings items

This commit is contained in:
YuSanka
2019-07-12 13:56:56 +02:00
parent aed6acc073
commit 6826e31e2a
4 changed files with 162 additions and 119 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
ObjectSettings(wxWindow* parent);
~ObjectSettings() {}
void update_settings_list();
bool update_settings_list();
void UpdateAndShow(const bool show) override;
void msw_rescale();
};