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:
parent
8c06c3ab6a
commit
bd7f7420a4
@ -215,6 +215,7 @@ TrackView::setPlayableModel( PlayableModel* model )
|
||||
setHorizontalScrollBarPolicy( Qt::ScrollBarAsNeeded );
|
||||
}
|
||||
|
||||
onViewChanged();
|
||||
emit modelChanged();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user