Skip to content

Commit

Permalink
update workspace when files are added
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Sep 22, 2021
1 parent c25fe22 commit 3aaf692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/project_manager/ros_build_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ void ROSBuildSystem::triggerParsing()

bool ROSBuildSystem::addFiles(ProjectExplorer::Node *context, const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded)
{
// update entire workspace project
dynamic_cast<ROSProject *>(context->getProject())->refresh();
return true;
}

Expand Down

0 comments on commit 3aaf692

Please sign in to comment.