[Viewer] Adjust outputAttributes displayable in Viewer2D according to node computable or not

This commit is contained in:
Aurore LAFAURIE 2024-04-19 10:53:01 +02:00 committed by Fabien Castan
parent 927f261a93
commit 99023841a4

View file

@ -319,7 +319,7 @@ FocusScope {
}
}
}
names.push("gallery")
if (!displayedNode || displayedNode.isComputable) names.push("gallery")
outputAttribute.names = names
root.source = getImageFile()