forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: add missing emit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user