color theme: reset color aliases before loading a theme file

This commit is contained in:
jean-emmanuel
2026-01-14 14:13:29 +01:00
parent 07bb9b70b5
commit 14c68a5577

View File

@@ -629,6 +629,7 @@ ColorThemeManager::on_color_theme_changed ()
if (row) {
string new_theme = row[color_theme_columns.path];
UIConfiguration::instance().color_aliases.clear ();
UIConfiguration::instance().set_color_file (new_theme);
}
}