mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 20:01:58 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue