diff --git a/meshroom/ui/qml/Application.qml b/meshroom/ui/qml/Application.qml index 17a8150ee6..e61ffde3b6 100644 --- a/meshroom/ui/qml/Application.qml +++ b/meshroom/ui/qml/Application.qml @@ -32,6 +32,11 @@ Page { } } + onCurrentProjectChanged: { + // Refresh the NodeEditor + nodeEditor.refresh(); + } + Settings { id: settingsUILayout category: "UILayout"