mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Ported Plater->on_config_change
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user