change ImageOverlay to use AnimatedImage instead of Image to support .gif files in image overlay objects

This commit is contained in:
Liv Erickson 2018-01-17 13:45:56 -08:00
parent 69a33428c0
commit 88ba5e5a00

View file

@ -7,7 +7,7 @@ import "."
Overlay { Overlay {
id: root id: root
Image { AnimatedImage {
id: image id: image
property bool scaleFix: true property bool scaleFix: true
property real xStart: 0 property real xStart: 0