mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Qt: fix crash when switching playlists
This commit is contained in:
parent
240856f19c
commit
20900463f4
@ -253,6 +253,7 @@ void GridView::resizeEvent(QResizeEvent*)
|
|||||||
|
|
||||||
void GridView::reset()
|
void GridView::reset()
|
||||||
{
|
{
|
||||||
|
m_visibleIndexes.clear();
|
||||||
QAbstractItemView::reset();
|
QAbstractItemView::reset();
|
||||||
refresh();
|
refresh();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user