Skip to content

Commit

Permalink
Merge pull request #233 from bsinno/feature/update_project_on_delete_…
Browse files Browse the repository at this point in the history
…model

Closes #214 - Removing model reference does not unlink model in perspective
  • Loading branch information
aedelmann committed Jun 8, 2016
2 parents fabe8e0 + b1282bf commit db74700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void run() {

if (isOKOrYes) {
deleteResource(getViewer().getControl().getShell(), modelElement.getModelFile());
workspace.refresh();
workspace.refreshCurrent();
}
}

Expand Down

0 comments on commit db74700

Please sign in to comment.