Fixed an issue where the quick list scrolling overlay would not disappear as intended.

This commit is contained in:
Leon Styhre 2022-09-20 21:26:56 +02:00
parent 24a10a7807
commit 170234cd93

View file

@ -88,6 +88,8 @@ void GamelistView::onTransition()
for (auto& animation : mGIFAnimComponents)
animation->setPauseAnimation(true);
mWindow->renderListScrollOverlay(0.0f, "");
}
void GamelistView::onThemeChanged(const std::shared_ptr<ThemeData>& theme)