Skip to content

Commit

Permalink
[ui] Application: Changing the current project refreshes the NodeEdit…
Browse files Browse the repository at this point in the history
…or to reset the current Tab index
  • Loading branch information
waaake committed Dec 30, 2024
1 parent 8c02960 commit 477949b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshroom/ui/qml/Application.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Page {
}
}

onCurrentProjectChanged: {
// Refresh the NodeEditor
nodeEditor.refresh();
}

Settings {
id: settingsUILayout
category: "UILayout"
Expand Down

0 comments on commit 477949b

Please sign in to comment.