mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* A Source's latest-additions view is now a TrackView instead of a CollectionView.
This commit is contained in:
parent
175b413584
commit
872ccc5305
@ -528,7 +528,7 @@ SourceItem::latestAdditionsClicked()
|
||||
{
|
||||
if ( !m_latestAdditionsPage )
|
||||
{
|
||||
CollectionView* cv = new CollectionView( ViewManager::instance()->widget() );
|
||||
TrackView* cv = new TrackView( ViewManager::instance()->widget() );
|
||||
cv->setFrameShape( QFrame::NoFrame );
|
||||
cv->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user