mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] Viewer2D: CRF display is active only when enabled
This commit is contained in:
parent
b9cdd35241
commit
9e7cb5875c
1 changed files with 1 additions and 2 deletions
|
@ -558,8 +558,7 @@ FocusScope {
|
|||
anchors.fill: parent
|
||||
|
||||
property var activeNode: _reconstruction.activeNodes.get('LdrToHdrCalibration').node
|
||||
active: activeNode && activeNode.isComputed
|
||||
visible: displayLdrHdrCalibrationGraph.checked
|
||||
active: activeNode && activeNode.isComputed && displayLdrHdrCalibrationGraph.checked
|
||||
|
||||
sourceComponent: CameraResponseGraph {
|
||||
ldrHdrCalibrationNode: activeNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue