Fixed an issue where the gamelists were not sorted after multi-scraping.

This commit is contained in:
Leon Styhre 2020-09-26 13:05:07 +02:00
parent 707850b339
commit e6b43288a7

View file

@ -106,7 +106,7 @@ GuiScraperMulti::~GuiScraperMulti()
// View type probably changed (basic -> detailed).
for (auto it = SystemData::sSystemVector.cbegin();
it !=SystemData::sSystemVector.cend(); it++)
ViewController::get()->reloadGameListView(*it, false);
(*it)->sortSystem();
}
void GuiScraperMulti::onSizeChanged()