diff --git a/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp b/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp index b1511ff19f4..5bdcfb86cf4 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp @@ -315,9 +315,6 @@ void QmlAnchorBindingProxy::setBottomTarget(const QString &target) if (m_ignoreQml) return; - if (m_ignoreQml) - return; - QmlItemNode newTarget(targetIdToNode(target)); if (newTarget == m_bottomTarget)