1
0
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:
Michael Zanetti
2012-12-16 16:30:07 +01:00
parent e2d664704b
commit 37996178b7

View File

@@ -45,7 +45,7 @@ Rectangle {
artworkId: model.coverID
showPlayButton: true
currentlyPlaying: isPlaying
smooth: true
smooth: !gridView.moving
onClicked: {
rootView.onItemClicked(index)