mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Disable sorting for stations.
This commit is contained in:
@@ -51,6 +51,7 @@ DynamicView::DynamicView( QWidget* parent )
|
||||
, m_fadeOnly( false )
|
||||
{
|
||||
setAcceptDrops( false );
|
||||
setSortingEnabled( false );
|
||||
|
||||
m_fadeOutAnim.setDuration( FADE_LENGTH );
|
||||
m_fadeOutAnim.setCurveShape( QTimeLine::LinearCurve );
|
||||
|
Reference in New Issue
Block a user