浏览代码

There is no point caching art when ranging across a collection

Donald Carr 8 年之前
父节点
当前提交
318300239f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qml/common/ArtImage.qml

+ 1 - 0
qml/common/ArtImage.qml

@@ -17,6 +17,7 @@ Item {
 
     Image {
         id: image
+        cache: false
         opacity: globalSettings.fadeInImages ? 0 : 1.0
         anchors.fill: parent
         asynchronous: true