mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed a view style change issue that could occur after scraping.
This commit is contained in:
parent
a4f8fe78e1
commit
2db8724f4a
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue