mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[Node] Fix visible property usage for nodes output in Graph
This commit is contained in:
parent
d2ad818b2c
commit
796493417d
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ Item {
|
|||
|
||||
delegate: Loader {
|
||||
id: outputLoader
|
||||
active: object.isOutput && isFileAttributeBaseType(object)
|
||||
active: object.isOutput && isFileAttributeBaseType(object) && object.desc.visible
|
||||
visible: object.enabled || object.hasOutputConnections
|
||||
anchors.right: parent.right
|
||||
width: outputs.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue