[Viewer] Viewer2D: Fix check on image status for the Color Checker Viewer

This commit is contained in:
Candice Bentéjac 2023-12-20 18:47:05 +01:00
parent d4addec996
commit c87e279ee7

View file

@ -681,7 +681,7 @@ FocusScope {
width: imgContainer.width
height: imgContainer.height
visible: activeNode.isComputed && json !== undefined && imgContainer.image.status === Image.Ready
visible: activeNode.isComputed && json !== undefined && imgContainer.image.imageStatus === Image.Ready
source: Filepath.stringToUrl(activeNode.attribute("outputData").value)
viewpoint: _reconstruction.selectedViewpoint
zoom: imgContainer.scale