Skip to content
Snippets Groups Projects
Commit a19495ba authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.NodeInsatnces: Update positioner if binding is changing


Only if the expression of the binding is changing.

Change-Id: Ief702082dff0ac473c8ade6f3fc0f0cf36e017f3
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 3982bc22
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,11 @@ void QuickItemNodeInstance::setPropertyBinding(const QString &name, const QStrin
return; // states are only set by us
ObjectNodeInstance::setPropertyBinding(name, expression);
refresh();
if (isInPositioner())
parentInstance()->refreshPositioner();
}
QVariant QuickItemNodeInstance::property(const QString &name) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment