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

@ -257,7 +257,7 @@ public:
void update_tab_ui();
void load_config(const DynamicPrintConfig& config);
virtual void reload_config();
void update_visibility(ConfigOptionMode mode);
void update_visibility();
Field* get_field(const t_config_option_key& opt_key, int opt_index = -1) const;
bool set_value(const t_config_option_key& opt_key, const boost::any& value);
wxSizer* description_line_widget(wxWindow* parent, ogStaticText** StaticText);