mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Fixed an issue where the collections were not properly initialized during theme set changes.
This commit is contained in:
parent
680fde743f
commit
510f428b52
|
@ -187,8 +187,8 @@ void GuiMenu::openUISettings()
|
||||||
if (theme_set->getSelected() != Settings::getInstance()->getString("ThemeSet")) {
|
if (theme_set->getSelected() != Settings::getInstance()->getString("ThemeSet")) {
|
||||||
Scripting::fireEvent("theme-changed", theme_set->getSelected(),
|
Scripting::fireEvent("theme-changed", theme_set->getSelected(),
|
||||||
Settings::getInstance()->getString("ThemeSet"));
|
Settings::getInstance()->getString("ThemeSet"));
|
||||||
CollectionSystemsManager::get()->updateSystemsList();
|
|
||||||
Settings::getInstance()->setString("ThemeSet", theme_set->getSelected());
|
Settings::getInstance()->setString("ThemeSet", theme_set->getSelected());
|
||||||
|
CollectionSystemsManager::get()->updateSystemsList();
|
||||||
s->setNeedsSaving();
|
s->setNeedsSaving();
|
||||||
s->setNeedsReloading();
|
s->setNeedsReloading();
|
||||||
s->setInvalidateCachedBackground();
|
s->setInvalidateCachedBackground();
|
||||||
|
|
Loading…
Reference in a new issue