1
0
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:
Leo Franchi
2011-09-22 12:39:34 -04:00
parent ba77ca4292
commit 08e4da1c8a

View File

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