Fixed a view style change issue that could occur after scraping.

This commit is contained in:
Leon Styhre 2021-11-26 23:01:10 +01:00
parent a4f8fe78e1
commit 2db8724f4a

View file

@ -794,6 +794,8 @@ void GuiMetaDataEd::close()
TextureResource::manualUnload(mScraperParams.game->getImagePath(), false);
TextureResource::manualUnload(mScraperParams.game->getMarqueePath(), false);
ViewController::get()->reloadGameListView(mScraperParams.system);
// Update all collections where the game is present.
CollectionSystemsManager::get()->refreshCollectionSystems(mScraperParams.game);
mWindow->invalidateCachedBackground();
}
ViewController::get()->onPauseVideo();