Skip to content

Commit 477949b

Browse files
committed
[ui] Application: Changing the current project refreshes the NodeEditor to reset the current Tab index
1 parent 8c02960 commit 477949b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Page {
3232
}
3333
}
3434

35+
onCurrentProjectChanged: {
36+
// Refresh the NodeEditor
37+
nodeEditor.refresh();
38+
}
39+
3540
Settings {
3641
id: settingsUILayout
3742
category: "UILayout"

0 commit comments

Comments
 (0)