Explorar o código

All columns are receptive until the system is initialized

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

+ 1 - 1
qml/reel/Reel.qml

@@ -59,7 +59,7 @@ View {
             }
 
             function receptive() {
-                return imageQueue.length < d.imageBuffer
+                return !d.initialized || imageQueue.length < d.imageBuffer
             }
 
             function addImage(image) {