mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 01:51:58 +02:00
only scale image smoothly when the view is not scrolling to speed up
scolling performance
This commit is contained in:
@@ -45,7 +45,7 @@ Rectangle {
|
||||
artworkId: model.coverID
|
||||
showPlayButton: true
|
||||
currentlyPlaying: isPlaying
|
||||
smooth: true
|
||||
smooth: !gridView.moving
|
||||
|
||||
onClicked: {
|
||||
rootView.onItemClicked(index)
|
||||
|
Reference in New Issue
Block a user