FIX:m_show_type should init default

jira: github 6146
Change-Id: Ie948a37cfda030a9e10efe0b8d260918b3fb9e4c
(cherry picked from commit 28bdf64fef8d7cbef15f27ffcc2c841595ba08c7)
This commit is contained in:
zhou.xu
2025-09-20 15:28:40 +08:00
committed by Noisyfox
parent c26266dfb6
commit a65abbeb58
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ public:
bool m_has_unmatch_filament {false};
bool m_supporting_mix_print {false}; //For single extruder, can ams and ext print together?
int m_current_filament_id;
ShowType m_show_type;
ShowType m_show_type{ShowType::RIGHT};
std::string m_tag_material;
wxBoxSizer *m_sizer_main{nullptr};
wxBoxSizer *m_sizer_ams{nullptr};