From 89536abd9cacea0dd1e74b221835ab454dd04d86 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 15 Jul 2014 17:26:25 +0200 Subject: [PATCH] Take into account that the requested prefix is not always the actually used prefix --- src/declarativeimports/core/framesvgitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/core/framesvgitem.cpp b/src/declarativeimports/core/framesvgitem.cpp index df8a08a15..9a1b825b5 100644 --- a/src/declarativeimports/core/framesvgitem.cpp +++ b/src/declarativeimports/core/framesvgitem.cpp @@ -395,7 +395,7 @@ void FrameSvgItem::updateDevicePixelRatio() FrameData* FrameSvgItem::frameData() const { - return m_frameSvg->d->frames.value(m_prefix); + return m_frameSvg->d->frames.value(m_frameSvg->d->prefix); } } // Plasma namespace