mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +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 {
|
delegate: Loader {
|
||||||
id: outputLoader
|
id: outputLoader
|
||||||
active: object.isOutput && isFileAttributeBaseType(object)
|
active: object.isOutput && isFileAttributeBaseType(object) && object.desc.visible
|
||||||
visible: object.enabled || object.hasOutputConnections
|
visible: object.enabled || object.hasOutputConnections
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
width: outputs.width
|
width: outputs.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue