mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-25 23:16:30 +02:00
[ui] Graph Editor: remove useless attributes property
This commit is contained in:
parent
524a4ab629
commit
a5407fc8c7
3 changed files with 2 additions and 5 deletions
|
@ -122,7 +122,7 @@ Panel {
|
|||
currentIndex: tabBar.currentIndex
|
||||
|
||||
AttributeEditor {
|
||||
attributes: root.node.attributes
|
||||
model: root.node.attributes
|
||||
readOnly: root.readOnly || root.isCompatibilityNode
|
||||
onAttributeDoubleClicked: root.attributeDoubleClicked(mouse, attribute)
|
||||
onUpgradeRequest: root.upgradeRequest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue