From 91178b5826c40ad7ecdd70692d0c6128a1743dc9 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 20 Jul 2009 16:14:29 +1000 Subject: Pause instead of stop when playing == false. --- src/declarative/extra/qfxanimatedimageitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/extra/qfxanimatedimageitem.cpp b/src/declarative/extra/qfxanimatedimageitem.cpp index 7e44abf..5516a00 100644 --- a/src/declarative/extra/qfxanimatedimageitem.cpp +++ b/src/declarative/extra/qfxanimatedimageitem.cpp @@ -120,7 +120,7 @@ void QFxAnimatedImageItem::setPlaying(bool play) if (play) d->_movie->start(); else - d->_movie->stop(); + d->_movie->setPaused(true); } /*! -- cgit v0.12