FIX: Unable to edit existing flow calibration result

github: 6274
Change-Id: I96ef3e2f62a28ee8343c25799a75ddc940948c18
(cherry picked from commit 27f60bd85b71bae2fa739d497882e07ce518d489)
This commit is contained in:
zhimin.zeng
2025-03-31 17:06:38 +08:00
committed by Noisyfox
parent e1ece85385
commit cd74bcf2ed
2 changed files with 18 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ protected:
virtual void on_cancel(wxCommandEvent& event);
protected:
std::string m_old_name;
PACalibResult m_new_result;
std::vector<PACalibResult> m_history_results;
const MachineObject * curr_obj;