mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +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 )
|
if ( !m_latestAdditionsPage )
|
||||||
{
|
{
|
||||||
CollectionView* cv = new CollectionView( ViewManager::instance()->widget() );
|
TrackView* cv = new TrackView( ViewManager::instance()->widget() );
|
||||||
cv->setFrameShape( QFrame::NoFrame );
|
cv->setFrameShape( QFrame::NoFrame );
|
||||||
cv->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
cv->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user