mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Don't need mouse tracking for trackview either.
This commit is contained in:
@@ -24,7 +24,6 @@ TrackView::TrackView( QWidget* parent )
|
||||
{
|
||||
setSortingEnabled( false );
|
||||
setAlternatingRowColors( true );
|
||||
setMouseTracking( true );
|
||||
setSelectionMode( QAbstractItemView::ExtendedSelection );
|
||||
setSelectionBehavior( QAbstractItemView::SelectRows );
|
||||
setDragEnabled( true );
|
||||
|
Reference in New Issue
Block a user