mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue where the cached background would sometimes not be updated.
This commit is contained in:
parent
70f7382680
commit
eb51877aab
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue