1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01: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();
}