mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +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 );
|
setIndentation( 14 );
|
||||||
setSortingEnabled( true );
|
setSortingEnabled( true );
|
||||||
sortByColumn( 0, Qt::AscendingOrder );
|
sortByColumn( 0, Qt::AscendingOrder );
|
||||||
|
|
||||||
#ifdef Q_WS_MAC
|
|
||||||
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
setVerticalScrollMode( QTreeView::ScrollPerPixel );
|
||||||
#endif
|
|
||||||
|
|
||||||
// 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
|
||||||
|
Reference in New Issue
Block a user