mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue where reloading the System view could lead to an invalid camera position.
This commit is contained in:
parent
99604d3a34
commit
51ade956ed
|
@ -1033,6 +1033,8 @@ void ViewController::reloadGameListView(IGameListView* view, bool reloadTheme)
|
|||
|
||||
void ViewController::reloadAll()
|
||||
{
|
||||
cancelViewTransitions();
|
||||
|
||||
// Clear all GameListViews.
|
||||
std::map<SystemData*, FileData*> cursorMap;
|
||||
for (auto it = mGameListViews.cbegin(); it != mGameListViews.cend(); it++)
|
||||
|
|
Loading…
Reference in a new issue