Explorar el Código

Simplify reel logic

Donald Carr hace 8 años
padre
commit
33d72f0703
Se han modificado 1 ficheros con 1 adiciones y 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) {