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 60d7fa31fa
commit df1733f624

View File

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