update margins when the element prefix changes

This commit is contained in:
Marco Martin 2013-01-23 15:05:27 +01:00
parent 7dd6ca01ca
commit 64c31f5ca1

View File

@ -92,6 +92,7 @@ void FrameSvgItem::setImagePath(const QString &path)
}
emit imagePathChanged();
m_margins->update();
update();
}