QmlDesigner.propertyEditor: add missing emit

This commit is contained in:
Thomas Hartmann
2010-05-11 08:17:34 +02:00
parent 196350e336
commit 9ab420d1d7

View File

@@ -74,7 +74,7 @@ void QmlAnchorBindingProxy::setup(const QmlItemNode &fxItemNode)
if (horizontalCentered())
m_horizontalTarget = m_fxItemNode.anchors().instanceAnchor(AnchorLine::HorizontalCenter).qmlItemNode();
emit itemNodeChanged();
emit parentChanged();
emit topAnchorChanged();
emit bottomAnchorChanged();