mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] ImageGallery: fix display ldrToHdr
This commit is contained in:
parent
f7b6b27a5a
commit
cfbd5a3610
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ Panel {
|
|||
ToolTip.text: "Visualize HDR images: " + (activeNode ? activeNode.label : "No Node")
|
||||
iconText: MaterialIcons.filter
|
||||
label: activeNode ? activeNode.attribute("nbBrackets").value : ""
|
||||
// visible: activeNode
|
||||
visible: activeNode
|
||||
enabled: activeNode && activeNode.isComputed
|
||||
property string nodeID: activeNode ? (activeNode.label + activeNode.isComputed) : ""
|
||||
onNodeIDChanged: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue