editor theme refresh refactor

This commit is contained in:
Turánszki János
2025-06-25 09:20:34 +02:00
parent a3c0ce083d
commit 76607272d2
9 changed files with 17 additions and 11 deletions
+1 -2
View File
@@ -338,8 +338,7 @@ void ContentBrowserWindow::SetSelection(SELECTION selection)
AddWidget(&x);
}
// Refresh theme:
editor->generalWnd.themeCombo.SetSelected(editor->generalWnd.themeCombo.GetSelected());
editor->generalWnd.RefreshTheme();
});
}