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:
@@ -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
|
||||
|
Reference in New Issue
Block a user