forked from qt-creator/qt-creator
QmlDesigner: Do not resize FlowItems
Change-Id: I19d49c05b4119caa38cb554eaea57dc888835f4e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -279,7 +279,8 @@ bool QmlItemNode::modelIsResizable() const
|
||||
return !modelNode().hasBindingProperty("width")
|
||||
&& !modelNode().hasBindingProperty("height")
|
||||
&& itemIsResizable(modelNode())
|
||||
&& !modelIsInLayout();
|
||||
&& !modelIsInLayout()
|
||||
&& !isFlowItem();
|
||||
}
|
||||
|
||||
bool QmlItemNode::modelIsInLayout() const
|
||||
|
||||
Reference in New Issue
Block a user