FIX: Add bed type in send print page

jira: STUDIO-7824

Change-Id: I64d9ed41b862ed4e3b8c21218c289132d767105e
(cherry picked from commit 7bb5060b739b3a95fe889ae64e8d7289e2c928d9)
This commit is contained in:
hang.xu
2024-08-12 17:27:40 +08:00
committed by Noisyfox
parent b9729f872a
commit 78a09d9be6
2 changed files with 27 additions and 1 deletions

View File

@@ -360,6 +360,7 @@ private:
wxColour m_colour_def_color{wxColour(255, 255, 255)};
wxColour m_colour_bold_color{wxColour(38, 46, 48)};
StateColor m_btn_bg_enable;
Label* m_text_bed_type;
std::shared_ptr<int> m_token = std::make_shared<int>(0);
std::map<std::string, CheckBox *> m_checkbox_list;