From 72218ed6130cf3f36eec486c93e14d2bc30d3720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vital?= Date: Fri, 7 Oct 2022 18:02:13 +0200 Subject: [PATCH] [ui] minor fix --- meshroom/ui/qml/Viewer/Viewer2D.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index 6f1db582..abe2f8f1 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -9,7 +9,7 @@ FocusScope { clip: true - property var displayedNode: _reconstruction.cameraInit + property var displayedNode: null property bool useExternal: false property url sourceExternal