Fixed bug with highlighting of modified parameters after changing the profile

This commit is contained in:
YuSanka 2018-03-09 08:34:32 +01:00
parent 9ebb0f27c1
commit 419721ce22
2 changed files with 16 additions and 10 deletions

View file

@ -146,6 +146,7 @@ public:
void toggle_show_hide_incompatible();
void update_show_hide_incompatible_button();
void update_ui_from_settings();
void update_changed_ui();
PageShp add_options_page(wxString title, std::string icon, bool is_extruder_pages = false);