Update additional object setting after print technology changing

This commit is contained in:
YuSanka 2018-11-29 15:00:23 +01:00
parent 38733ff56a
commit d7f9e86400
4 changed files with 27 additions and 0 deletions

View file

@ -2006,6 +2006,8 @@ void Plater::priv::on_select_preset(wxCommandEvent &evt)
// update plater with new config
wxGetApp().plater()->on_config_change(wxGetApp().preset_bundle->full_config());
if (preset_type == Preset::TYPE_PRINTER)
wxGetApp().obj_list()->update_settings_items();
}
void Plater::priv::on_slicing_update(SlicingStatusEvent &evt)