Skip to content

Commit

Permalink
Restore the remove module logic to the pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus D. Hanwell <[email protected]>
  • Loading branch information
cryos committed Apr 9, 2020
1 parent 9a54a3c commit 643374c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tomviz/PipelineModel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ bool PipelineModel::TreeItem::remove(DataSource* source)
// Resume but don't execute as we are removing this data source.
pipeline->resume();
}
} else if (childItem->module()) {
ModuleManager::instance().removeModule(childItem->module());
}
}
if (parent()) {
Expand Down

0 comments on commit 643374c

Please sign in to comment.