set collection

This commit is contained in:
sdine
2026-07-23 08:50:38 +02:00
parent 8a89e79e43
commit 7e03f4d8d5
9 changed files with 417 additions and 36 deletions
+3 -1
View File
@@ -239,8 +239,10 @@ void MainFrame::mountActiveView() {
hostSizer->Add(custom, 1, wxEXPAND);
contentHost_->Layout();
// Digimon (and other hostsOwnLayout views) apply their own tree theme
// and then restore tab-strip colors; a follow-up applyThemeToWindowTree
// here would reset tab labels to panelBg and leave a dark box around text.
view->applyTheme(palette);
applyThemeToWindowTree(custom, palette, ctx_.config.current().theme);
return;
}