We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbadaf commit fd1636cCopy full SHA for fd1636c
meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -599,10 +599,13 @@ FocusScope {
599
source: getImageFile()
600
onStatusChanged: {
601
// Update cache source when image is loaded
602
+ imageStatus = status
603
if (status === Image.Ready)
604
qtImageViewerCache.source = source
605
}
606
607
+ property var imageStatus: Image.Ready
608
+
609
// Image cache of the last loaded image
610
// Only visible when the main one is loading, to maintain a displayed image for smoother transitions
611
Image {
0 commit comments