mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 18:56:13 +00:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user