diff --git a/src/slic3r/GUI/UnsavedChangesDialog.cpp b/src/slic3r/GUI/UnsavedChangesDialog.cpp index 86efbdb439..460f1d6389 100644 --- a/src/slic3r/GUI/UnsavedChangesDialog.cpp +++ b/src/slic3r/GUI/UnsavedChangesDialog.cpp @@ -2105,6 +2105,11 @@ void DiffPresetDialog::show(Preset::Type type /* = Preset::TYPE_INVALID*/) update_tree(); 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 (IsShown())