mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Fixed an issue where the gamelist view was not updated properly.
This commit is contained in:
parent
7832c4fbe0
commit
109a8a0b14
|
@ -393,6 +393,7 @@ std::vector<GuiComponent*> DetailedGameListView::getMDValues()
|
||||||
|
|
||||||
void DetailedGameListView::onShow()
|
void DetailedGameListView::onShow()
|
||||||
{
|
{
|
||||||
|
mLastUpdated = nullptr;
|
||||||
GuiComponent::onShow();
|
GuiComponent::onShow();
|
||||||
updateInfoPanel();
|
updateInfoPanel();
|
||||||
}
|
}
|
||||||
|
|
|
@ -462,6 +462,7 @@ void VideoGameListView::update(int deltaTime)
|
||||||
|
|
||||||
void VideoGameListView::onShow()
|
void VideoGameListView::onShow()
|
||||||
{
|
{
|
||||||
|
mLastUpdated = nullptr;
|
||||||
GuiComponent::onShow();
|
GuiComponent::onShow();
|
||||||
updateInfoPanel();
|
updateInfoPanel();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue