mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 03:52:15 -07:00
FIX: crash at switching dark mode or changing screen dpi
Jira: STUDIO-4676 Change-Id: Iaeffc7293361a12fcb80f170fc3efa4ebb272c47
This commit is contained in:
parent
47edbfb34f
commit
80ac7b6fdd
2 changed files with 9 additions and 2 deletions
|
|
@ -2084,6 +2084,7 @@ void MainFrame::on_sys_color_changed()
|
|||
tab->sys_color_changed();
|
||||
for (auto tab : wxGetApp().model_tabs_list)
|
||||
tab->sys_color_changed();
|
||||
wxGetApp().plate_tab->sys_color_changed();
|
||||
|
||||
MenuFactory::sys_color_changed(m_menubar);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue