diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp index 106b68562dc..890629e4fd5 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.cpp @@ -301,7 +301,7 @@ bool PropertyEditorValue::isAvailable() const const bool itemHasChildren = QmlDesigner::QmlItemNode(m_modelNode).hasChildren(); if (itemHasChildren) - return allowedItemProps.allowChildren + return allowedItemProps.allowChildren; return true; }