mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Fixed an issue where the gamelists were not sorted after multi-scraping.
This commit is contained in:
parent
707850b339
commit
e6b43288a7
|
@ -106,7 +106,7 @@ GuiScraperMulti::~GuiScraperMulti()
|
||||||
// View type probably changed (basic -> detailed).
|
// View type probably changed (basic -> detailed).
|
||||||
for (auto it = SystemData::sSystemVector.cbegin();
|
for (auto it = SystemData::sSystemVector.cbegin();
|
||||||
it !=SystemData::sSystemVector.cend(); it++)
|
it !=SystemData::sSystemVector.cend(); it++)
|
||||||
ViewController::get()->reloadGameListView(*it, false);
|
(*it)->sortSystem();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuiScraperMulti::onSizeChanged()
|
void GuiScraperMulti::onSizeChanged()
|
||||||
|
|
Loading…
Reference in a new issue