1
0
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:
Leo Franchi
2010-10-22 16:11:36 -04:00
parent 170f1fb408
commit 245392a417

View File

@@ -24,7 +24,6 @@ TrackView::TrackView( QWidget* parent )
{
setSortingEnabled( false );
setAlternatingRowColors( true );
setMouseTracking( true );
setSelectionMode( QAbstractItemView::ExtendedSelection );
setSelectionBehavior( QAbstractItemView::SelectRows );
setDragEnabled( true );