From eb51877aab208dc3b36e8c2be6e27d37d5033e71 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 11 Oct 2020 10:07:38 +0200 Subject: [PATCH] Fixed an issue where the cached background would sometimes not be updated. --- es-app/src/guis/GuiGamelistOptions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-app/src/guis/GuiGamelistOptions.cpp b/es-app/src/guis/GuiGamelistOptions.cpp index e874da253..afcc29690 100644 --- a/es-app/src/guis/GuiGamelistOptions.cpp +++ b/es-app/src/guis/GuiGamelistOptions.cpp @@ -290,6 +290,7 @@ void GuiGamelistOptions::openMetaDataEd() } file->getSystem()->sortSystem(); + mWindow->invalidateCachedBackground(); // Remove the folder entry from the gamelist.xml file. file->setDeletionFlag(); @@ -304,6 +305,7 @@ void GuiGamelistOptions::openMetaDataEd() file->getSystem()).get()->removeMedia(file); ViewController::get()->getGameListView( file->getSystem()).get()->remove(file, true); + mWindow->invalidateCachedBackground(); }; if (file->getType() == FOLDER) {