mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue when changing the grouping setting for custom collections.
This commit is contained in:
parent
cd2ef3d179
commit
1fc3dfda8c
|
@ -353,6 +353,8 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(Window* window, std::st
|
|||
if (CollectionSystemsManager::getInstance()->isEditing())
|
||||
CollectionSystemsManager::getInstance()->exitEditMode();
|
||||
setNeedsSaving();
|
||||
setNeedsSorting();
|
||||
setNeedsSortingCollections();
|
||||
setNeedsCollectionsUpdate();
|
||||
setNeedsReloading();
|
||||
setNeedsGoToSystem(SystemData::sSystemVector.front());
|
||||
|
|
Loading…
Reference in a new issue