From 88ba5e5a0014d52e205f992d54912fb486cd71ea Mon Sep 17 00:00:00 2001 From: Liv Erickson Date: Wed, 17 Jan 2018 13:45:56 -0800 Subject: [PATCH] change ImageOverlay to use AnimatedImage instead of Image to support .gif files in image overlay objects --- interface/resources/qml/hifi/overlays/ImageOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/overlays/ImageOverlay.qml b/interface/resources/qml/hifi/overlays/ImageOverlay.qml index 6899c38e67..cbcf6c7910 100644 --- a/interface/resources/qml/hifi/overlays/ImageOverlay.qml +++ b/interface/resources/qml/hifi/overlays/ImageOverlay.qml @@ -7,7 +7,7 @@ import "." Overlay { id: root - Image { + AnimatedImage { id: image property bool scaleFix: true property real xStart: 0