Ported Plater->on_config_change

This commit is contained in:
YuSanka 2018-10-15 10:53:47 +02:00
parent b7980f6b9b
commit d654e35975
3 changed files with 81 additions and 3 deletions
src/slic3r/GUI

View file

@ -209,8 +209,8 @@ void ObjectList::update_extruder_in_config(const wxString& selection)
int extruder = selection.size() > 1 ? 0 : atoi(selection.c_str());
m_config->set_key_value("extruder", new ConfigOptionInt(extruder));
// #ys_FIXME_events
// wxGetApp().plater()->update();
// update scene
wxGetApp().plater()->update();
}
void ObjectList::init_icons(){