parampanel: close contexts belonging to closing project

This commit is contained in:
itsmattkc
2022-01-02 18:43:27 -08:00
parent 2afa7ecafe
commit 4f9ac4b36d
4 changed files with 24 additions and 0 deletions
+3
View File
@@ -371,6 +371,9 @@ void MainWindow::ProjectClose(Project *p)
// Close project from NodeView
node_panel_->CloseContextsBelongingToProject(p);
// Close project from NodeParamView
param_panel_->CloseContextsBelongingToProject(p);
}
void MainWindow::SetApplicationProgressStatus(ProgressStatus status)