FIX: pa calibration default save value issue

should not use last input value as default saving value

Jira: STUDIO-3648

Change-Id: I8ea5bac66ef723c668c09ffb40b141a489e7d637
This commit is contained in:
liz.li
2023-09-07 18:15:37 +08:00
committed by Lane.Wei
parent 3c691ac086
commit 7b67686528
2 changed files with 12 additions and 0 deletions

View File

@@ -155,6 +155,8 @@ public:
bool get_result(float* out_k, float* out_n);
virtual bool Show(bool show = true) override;
protected:
wxBoxSizer* m_top_sizer;
Label * m_complete_text;