mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Update UnsavedChangesDialog.cpp
This commit is contained in:
@@ -2105,6 +2105,11 @@ void DiffPresetDialog::show(Preset::Type type /* = Preset::TYPE_INVALID*/)
|
|||||||
|
|
||||||
update_tree();
|
update_tree();
|
||||||
wxGetApp().UpdateDlgDarkUI(this);
|
wxGetApp().UpdateDlgDarkUI(this);
|
||||||
|
#ifdef _WIN32 // ORCA ensure row colors updated after opening dialog again after switching Dark Mode
|
||||||
|
wxGetApp().UpdateAllStaticTextDarkUI(this);
|
||||||
|
wxGetApp().UpdateDarkUI(m_show_all_presets);
|
||||||
|
wxGetApp().UpdateDVCDarkUI(m_tree);
|
||||||
|
#endif
|
||||||
|
|
||||||
// if this dialog is shown it have to be Hide and show again to be placed on the very Top of windows
|
// if this dialog is shown it have to be Hide and show again to be placed on the very Top of windows
|
||||||
if (IsShown())
|
if (IsShown())
|
||||||
|
|||||||
Reference in New Issue
Block a user