Fixed page updating according to view_mode (after preset changing)

This commit is contained in:
YuSanka 2018-12-21 09:19:00 +01:00
parent b9ac016d89
commit 3182611ac2
5 changed files with 24 additions and 12 deletions

View file

@ -135,6 +135,7 @@ public:
Tab* get_tab(Preset::Type type);
ConfigMenuIDs get_view_mode();
ConfigOptionMode get_opt_mode();
void update_mode();
void add_config_menu(wxMenuBar *menu);