From 64c31f5ca16dde285d7bb3c22a659ffc8d8cee3b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 23 Jan 2013 15:05:27 +0100 Subject: [PATCH] update margins when the element prefix changes --- declarativeimports/core/framesvgitem.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }