diff --git a/es-app/src/guis/GuiCollectionSystemsOptions.cpp b/es-app/src/guis/GuiCollectionSystemsOptions.cpp index 6aef1a9ef..315a1e9d1 100644 --- a/es-app/src/guis/GuiCollectionSystemsOptions.cpp +++ b/es-app/src/guis/GuiCollectionSystemsOptions.cpp @@ -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());