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