mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* A Source's latest-additions view is now a TrackView instead of a CollectionView.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user