mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
[Viewer] Viewer2D: Fix check on image status for the Color Checker Viewer
This commit is contained in:
parent
d4addec996
commit
c87e279ee7
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ FocusScope {
|
||||||
width: imgContainer.width
|
width: imgContainer.width
|
||||||
height: imgContainer.height
|
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)
|
source: Filepath.stringToUrl(activeNode.attribute("outputData").value)
|
||||||
viewpoint: _reconstruction.selectedViewpoint
|
viewpoint: _reconstruction.selectedViewpoint
|
||||||
zoom: imgContainer.scale
|
zoom: imgContainer.scale
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue