mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-15 17:21:56 +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: {
|
colorRGBA: {
|
||||||
if (!floatImageViewerLoader.item ||
|
if (!floatImageViewerLoader.item ||
|
||||||
floatImageViewerLoader.item.status !== Image.Ready) {
|
floatImageViewerLoader.item.imageStatus !== Image.Ready) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
if (floatImageViewerLoader.item.containsMouse === false) {
|
if (floatImageViewerLoader.item.containsMouse === false) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue