1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

Disable sorting for stations.

This commit is contained in:
Christian Muehlhaeuser
2014-11-15 17:45:42 +01:00
parent 78779ffebd
commit 5fa101a0f7

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