Qt: fix crash when switching playlists

This commit is contained in:
CozmoP 2018-12-14 23:16:24 +01:00
parent 240856f19c
commit 20900463f4

View File

@ -253,6 +253,7 @@ void GridView::resizeEvent(QResizeEvent*)
void GridView::reset()
{
m_visibleIndexes.clear();
QAbstractItemView::reset();
refresh();
}