FIX: auto calibrate sync result

Change-Id: Icd3bf386d2e57b7d23517548dd539eb778ce6d20
This commit is contained in:
liz.li 2023-07-05 16:47:39 +08:00 committed by Lane.Wei
parent fe5312af46
commit d48101887e
4 changed files with 13 additions and 2 deletions

View file

@ -202,6 +202,8 @@ public:
bool get_result(std::vector<std::pair<wxString, float>>& out_results);
bool is_all_failed() { return m_is_all_failed; }
virtual bool Show(bool show = true) override;
protected:
CaliPageStepGuide* m_step_panel{ nullptr };
wxPanel* m_complete_text_panel;