Take into account that the requested prefix is not always the actually used prefix
This commit is contained in:
parent
4bde2d48dd
commit
89536abd9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user