FIX: not update filament selction to TabPresetComboBox
Change-Id: Ie6470d3a72db44d9930bb3987d563de7c8d08e11
This commit is contained in:
parent
ed36024efa
commit
573bcc7de9
1 changed files with 1 additions and 1 deletions
|
@ -4750,7 +4750,7 @@ void Plater::priv::on_select_preset(wxCommandEvent &evt)
|
|||
|
||||
if (preset_type == Preset::TYPE_FILAMENT) {
|
||||
wxGetApp().preset_bundle->set_filament_preset(idx, preset_name);
|
||||
wxGetApp().get_tab(preset_type)->select_preset(preset_name);
|
||||
//wxGetApp().get_tab(preset_type)->select_preset(preset_name);
|
||||
}
|
||||
|
||||
bool select_preset = !combo->selection_is_changed_according_to_physical_printers();
|
||||
|
|
Loading…
Reference in a new issue