diff --git a/meshroom/ui/qml/GraphEditor/NodeEditor.qml b/meshroom/ui/qml/GraphEditor/NodeEditor.qml index 9110390386..5f222f4231 100644 --- a/meshroom/ui/qml/GraphEditor/NodeEditor.qml +++ b/meshroom/ui/qml/GraphEditor/NodeEditor.qml @@ -42,6 +42,14 @@ Panel { } } + function refresh() { + /** + * Refresh properties of the Node Editor. + */ + // Reset tab bar's current index + tabBar.currentIndex = 0; + } + headerBar: RowLayout { Label { id: computationInfo