فهرست منبع

Don't fade in sychronously loaded images

Donald Carr 8 سال پیش
والد
کامیت
5d50277042
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      qml/common/ArtImage.qml

+ 1 - 0
qml/common/ArtImage.qml

@@ -31,6 +31,7 @@ Rectangle {
         sourceSize.width: globalVars.imageWidthOverride > 0 ? globalVars.imageWidthOverride : width
 
         Behavior on opacity {
+            enabled: image.asynchronous
             SequentialAnimation {
                 ScriptAction { script: root.effect !== undefined ? root.effect.scheduleUpdate() : undefined }
                 NumberAnimation { duration: 1000 }