瀏覽代碼

Fix oversight in deletion of artwork

Change-Id: Ib97ba647faf070b2e8978250f7e964aeffb82aa9
Donald Carr 9 年之前
父節點
當前提交
660a63f47d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qml/basic/Basic.qml

+ 1 - 1
qml/basic/Basic.qml

@@ -75,7 +75,7 @@ Item {
 
                 function shift() {
                     if (headElement) {
-                        headElement.destroy()
+                        removeImage(headElement)
                     }
                     headElement = pictureArray.shift()
                     artworkHeight -= headElement.height