This commit is contained in:
76Octane
2023-08-31 18:26:57 +08:00
parent 0a6a5f8690
commit 07e2346d8d
2 changed files with 20 additions and 27 deletions

View File

@@ -29,9 +29,9 @@ protected:
virtual void on_start(wxCommandEvent &event);
Calib_Params m_params;
TextInput *m_tiExtru;
Button * m_btnStart;
Plater * m_plater;
wxTextCtrl *m_tiExtru;
wxButton * m_btnStart;
Plater * m_plater;
};
class PA_Calibration_Dlg : public DPIDialog