mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-08 21:20:45 +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
|
artworkId: model.coverID
|
||||||
showPlayButton: true
|
showPlayButton: true
|
||||||
currentlyPlaying: isPlaying
|
currentlyPlaying: isPlaying
|
||||||
smooth: true
|
smooth: !gridView.moving
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
rootView.onItemClicked(index)
|
rootView.onItemClicked(index)
|
||||||
|
Reference in New Issue
Block a user