From cf23cf831ac1f5a0dd7be596c6d3d36d8d5352c1 Mon Sep 17 00:00:00 2001 From: yw4z Date: Thu, 18 Sep 2025 13:47:32 +0300 Subject: [PATCH] Update UnsavedChangesDialog.cpp --- src/slic3r/GUI/UnsavedChangesDialog.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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())