فهرست منبع

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