Take into account that the requested prefix is not always the actually used prefix

This commit is contained in:
Aleix Pol 2014-07-15 17:26:25 +02:00
parent 4bde2d48dd
commit 89536abd9c

View File

@ -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