Pārlūkot izejas kodu

Simplify reel logic

Donald Carr 8 gadi atpakaļ
vecāks
revīzija
33d72f0703
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  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) {