mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 10:52:15 +00:00
ENH:change wxStaticText to label in linux to solve darkmode problem
jira: STUDIO-11419 Change-Id: If7373deb03962ffd860a02acbf47b66f4dd68539 (cherry picked from commit c4325ade348731764afe3e645768387e402f8332) (cherry picked from commit 02fcbc785efae3c96a134a7ae77920693c95dc08)
This commit is contained in:
@@ -320,10 +320,10 @@ private:
|
||||
wxStaticBitmap * m_advanced_options_icon{nullptr};
|
||||
wxBoxSizer * m_append_color_sizer = nullptr;
|
||||
::CheckBox* m_append_color_checkbox = nullptr;
|
||||
wxStaticText * m_append_color_text = nullptr;
|
||||
Label * m_append_color_text = nullptr;
|
||||
wxBoxSizer * m_merge_color_sizer = nullptr;
|
||||
::CheckBox* m_merge_color_checkbox = nullptr;
|
||||
wxStaticText * m_merge_color_text = nullptr;
|
||||
Label * m_merge_color_text = nullptr;
|
||||
bool m_is_empty_project = true;
|
||||
|
||||
bool m_check_dirty_fialment = true;
|
||||
|
||||
Reference in New Issue
Block a user