[core] Correctly load internalAttributes in compatibility mode

This commit is contained in:
Candice Bentéjac 2022-09-08 12:13:48 +02:00
parent 21d01acc9a
commit 930af07966
2 changed files with 64 additions and 13 deletions

View file

@ -185,6 +185,7 @@ Panel {
currentIndex: tabBar.currentIndex
AttributeEditor {
id: inOutAttr
Layout.fillHeight: true
Layout.fillWidth: true
model: root.node.attributes
@ -249,6 +250,7 @@ Panel {
}
AttributeEditor {
id: nodeInternalAttr
Layout.fillHeight: true
Layout.fillWidth: true
model: root.node.internalAttributes