1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* If we set a new model it might already contain content, so we need to call onViewChanged to check if we need to load covers / metadata.

This commit is contained in:
Christian Muehlhaeuser
2013-04-26 07:43:37 +02:00
parent 8c06c3ab6a
commit bd7f7420a4

View File

@@ -215,6 +215,7 @@ TrackView::setPlayableModel( PlayableModel* model )
setHorizontalScrollBarPolicy( Qt::ScrollBarAsNeeded );
}
onViewChanged();
emit modelChanged();
}