1
0
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:
Christian Muehlhaeuser 2014-11-15 17:45:42 +01:00
parent dd68808a42
commit 8fa3a91b55

View File

@ -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 );