[ui] ImageGallery: fix display ldrToHdr

This commit is contained in:
Fabien Castan 2020-07-25 18:25:01 +02:00
parent f7b6b27a5a
commit cfbd5a3610

View file

@ -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: {