mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
Disable sorting for stations.
This commit is contained in:
parent
dd68808a42
commit
8fa3a91b55
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user