mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Visible property handles the show of an output attribute in the node in the GraphEditor
This commit is contained in:
parent
f098ede8cb
commit
f3027d1988
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ Item {
|
|||
|
||||
delegate: Loader {
|
||||
id: outputLoader
|
||||
active: object.isOutput && isFileAttributeBaseType(object)
|
||||
active: object.isOutput && isFileAttributeBaseType(object) && object.desc.visible
|
||||
anchors.right: parent.right
|
||||
width: outputs.width
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue