mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[Viewer] Viewer2D: Fix check on the image status for the color picker
This commit is contained in:
parent
17d47d2805
commit
ea8fbf8b2e
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ FocusScope {
|
|||
|
||||
colorRGBA: {
|
||||
if (!floatImageViewerLoader.item ||
|
||||
floatImageViewerLoader.item.status !== Image.Ready) {
|
||||
floatImageViewerLoader.item.imageStatus !== Image.Ready) {
|
||||
return null
|
||||
}
|
||||
if (floatImageViewerLoader.item.containsMouse === false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue