diff --git a/meshroom/ui/qml/GraphEditor/Node.qml b/meshroom/ui/qml/GraphEditor/Node.qml index d36a44f1a3..ffce841d1c 100755 --- a/meshroom/ui/qml/GraphEditor/Node.qml +++ b/meshroom/ui/qml/GraphEditor/Node.qml @@ -495,8 +495,8 @@ Item { delegate: Loader { id: paramLoader active: !object.isOutput && !object.desc.exposed && object.desc.visible - visible: Boolean(object.enabled || object.isLink || object.hasOutputConnections) - property bool isFullyActive: Boolean(m.displayParams || object.isLink || object.hasOutputConnections) + visible: Boolean(object.enabled || object.isLinkNested || object.hasOutputConnections) + property bool isFullyActive: Boolean(m.displayParams || object.isLinkNested || object.hasOutputConnections) width: parent.width sourceComponent: AttributePin {