mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
Enable mouse tracking so all platforms get temp page delete button
This commit is contained in:
@@ -72,7 +72,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
setSortingEnabled( true );
|
setSortingEnabled( true );
|
||||||
sortByColumn( 0, Qt::AscendingOrder );
|
sortByColumn( 0, Qt::AscendingOrder );
|
||||||
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
||||||
|
setMouseTracking( true );
|
||||||
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
||||||
// so investigate
|
// so investigate
|
||||||
// setAnimated( true );
|
// setAnimated( true );
|
||||||
|
Reference in New Issue
Block a user