FIX:setting calibration information in filaments

Change-Id: I55019b40487f4ad4f1d823047c1b518974b9231f
This commit is contained in:
tao wang 2023-06-26 20:59:59 +08:00 committed by Lane.Wei
parent 1dc030b221
commit 8f580895a7
2 changed files with 233 additions and 199 deletions

View file

@ -103,7 +103,7 @@ public:
wxString temp_min = wxEmptyString, wxString temp_max = wxEmptyString,
wxString k = wxEmptyString, wxString n = wxEmptyString);
void post_select_event();
void post_select_event(int index);
void msw_rescale();
void set_color(wxColour color);
void set_empty_color(wxColour color);
@ -125,6 +125,7 @@ public:
std::string m_filament_type;
ColorPickerPopup m_color_picker_popup;
ColorPicker * m_clr_picker;
std::vector<PACalibResult> m_pa_profile_items;
protected:
void create_panel_normal(wxWindow* parent);