From 10859951a28208cb49b7fb6f6508bca935966e8a Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 28 Sep 2015 16:35:11 +0200 Subject: [PATCH] QmlDesigner.PropertyEditor: Enable layout editing Change-Id: I3af4a2fcc54e98e99716b03e0a34a520c32a424b Reviewed-by: Thomas Hartmann --- .../components/propertyeditor/qmlanchorbindingproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp b/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp index c8548eeb1ca..4a08d9d6ddc 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/qmlanchorbindingproxy.cpp @@ -297,7 +297,7 @@ bool QmlAnchorBindingProxy::hasParent() const bool QmlAnchorBindingProxy::isInLayout() const { - return false; + return m_qmlItemNode.isInLayout(); } bool QmlAnchorBindingProxy::isFilled() const