Added missed update for a config after extruder change from the ObjectList.

Fixed erase "tool_change" ticks from ticks set.
This commit is contained in:
YuSanka 2019-11-12 10:28:01 +01:00
parent 519291394a
commit 74e4a743af
3 changed files with 27 additions and 3 deletions
src/slic3r/GUI

View file

@ -917,6 +917,7 @@ void ObjectList::extruder_editing()
m_objects_model->SetExtruder(m_extruder_editor->GetString(selection), item);
m_extruder_editor->Hide();
update_extruder_in_config(item);
};
// to avoid event propagation to other sidebar items