Update UnsavedChangesDialog.cpp

This commit is contained in:
yw4z
2025-09-18 13:47:32 +03:00
parent c3521b4d25
commit cf23cf831a

View File

@@ -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())