FIX: not update filament selction to TabPresetComboBox

Change-Id: Ie6470d3a72db44d9930bb3987d563de7c8d08e11
This commit is contained in:
chunmao.guo 2022-08-04 14:05:30 +08:00 committed by Lane.Wei
parent ed36024efa
commit 573bcc7de9

View file

@ -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();