1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

* Scroll by pixel (not item) on all platforms.

This commit is contained in:
Christian Muehlhaeuser
2011-09-15 00:56:54 +02:00
parent c915f2f161
commit 7f9ded7816

View File

@@ -69,10 +69,7 @@ SourceTreeView::SourceTreeView( QWidget* parent )
setIndentation( 14 );
setSortingEnabled( true );
sortByColumn( 0, Qt::AscendingOrder );
#ifdef Q_WS_MAC
setVerticalScrollMode( QTreeView::ScrollPerPixel );
#endif
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
// so investigate