FIX:refresh operation buttons when material edit popup

Change-Id: Ice0e55e35b290c48b02994c104cb603535c205ca
This commit is contained in:
tao wang 2022-08-05 10:31:50 +08:00 committed by Lane.Wei
parent 5d06b09a83
commit b30370196f

View file

@ -467,6 +467,7 @@ void AMSMaterialsSetting::Popup(wxString filament, wxString sn, wxString temp_mi
COMBOBOX_FILAMENT->SetSelection(selection_idx); COMBOBOX_FILAMENT->SetSelection(selection_idx);
post_select_event(); post_select_event();
} }
update();
ShowModal(); ShowModal();
} }