Try to fix correct extruder updating on all OS

This commit is contained in:
YuSanka 2018-07-27 12:26:14 +02:00
parent 1148c8c018
commit 575b85bfd6
2 changed files with 29 additions and 28 deletions

View file

@ -97,6 +97,8 @@ void part_selection_changed();
// show/hide "Extruder" column for Objects List
void set_extruder_column_hidden(bool hide);
// update extruder in current config
void update_extruder_in_config(const wxString& selection);
} //namespace GUI
} //namespace Slic3r
#endif //slic3r_GUI_ObjectParts_hpp_