FIX: [STUDIO 4483 4489 4493 4494] create filament issue

Jira: 4483 4489 4494

fix: 4483 Window flashing
fix: 4489 dark ui combobox is blur
fix: 4493 add scrolled window
fix: 4494 encoding issue
fix: sync user preset remove the base id

Change-Id: Ida509e7e73d12613611933b1855feee9c1886478
This commit is contained in:
maosheng.wei
2023-09-20 19:36:48 +08:00
committed by Lane.Wei
parent 19c40bb278
commit 20f2210e36
3 changed files with 76 additions and 39 deletions

View File

@@ -151,8 +151,8 @@ private:
Button * m_button_page2_back = nullptr;
Button * m_button_bed_stl = nullptr;
Button * m_button_bed_svg = nullptr;
wxWindow * m_page1 = nullptr;
wxWindow * m_page2 = nullptr;
wxScrolledWindow * m_page1 = nullptr;
wxScrolledWindow * m_page2 = nullptr;
ComboBox * m_select_vendor = nullptr;
ComboBox * m_select_model = nullptr;
ComboBox * m_select_printer = nullptr;
@@ -172,6 +172,7 @@ private:
wxPanel * m_filament_preset_panel = nullptr;
wxPanel * m_process_preset_panel = nullptr;
wxPanel * m_preset_template_panel = nullptr;
wxBoxSizer * m_page2_sizer = nullptr;
std::string m_custom_texture;
std::string m_custom_model;
};