mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed an issue where the quick list scrolling overlay would not disappear as intended.
This commit is contained in:
parent
24a10a7807
commit
170234cd93
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue