diff --git a/declarativeimports/core/framesvgitem.cpp b/declarativeimports/core/framesvgitem.cpp index b313da1bc..7b9a166a0 100644 --- a/declarativeimports/core/framesvgitem.cpp +++ b/declarativeimports/core/framesvgitem.cpp @@ -92,6 +92,7 @@ void FrameSvgItem::setImagePath(const QString &path) } emit imagePathChanged(); + m_margins->update(); update(); }