QmlDesigner: Ignore Behaviors when sending items to puppet

Change-Id: I86b787ce2502622a43542f60046880f53c2c2698
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-07-19 15:01:12 +02:00
parent a91ff34836
commit 8ff3c0ac2b

View File

@@ -1050,6 +1050,7 @@ CreateSceneCommand NodeInstanceView::createCreateSceneCommand()
nodeMetaType,
nodeFlags);
if (instance.modelNode().behaviorPropertyName().isEmpty())
instanceContainerList.append(container);
}