Explorar o código

Simplify reel logic

Donald Carr %!s(int64=8) %!d(string=hai) anos
pai
achega
33d72f0703
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      qml/reel/Reel.qml

+ 1 - 3
qml/reel/Reel.qml

@@ -86,9 +86,7 @@ View {
 
                     if (image.y > root.height) {
                         imageArray.shift()
-                        if (!lastColumn) {
-                            columnArray[columnIndex+1].addImage(image)
-                        }
+                        columnArray[columnIndex+1].addImage(image)
                     } else if (( lastColumn || !columnArray[columnIndex+1].receptive()) && prospectiveY >= restingY) {
                         image.y = restingY
                         if (lastColumn) {