Skip to content

Commit

Permalink
Merge pull request #6029 from chrisrueger/6028-fix-runrequires-can-be…
Browse files Browse the repository at this point in the history
…-deleted-if-clicking-too-fast

refreshFromModel() before resolving
  • Loading branch information
pkriens authored Feb 12, 2024
2 parents 82f4112 + 4545e32 commit 9b9ee9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void dispose() {
private void doResolve() {
IFormPage formPage = (IFormPage) getManagedForm().getContainer();
BndEditor editor = (BndEditor) formPage.getEditor();
refreshFromModel();
commit(false);
editor.resolveRunBundles(new NullProgressMonitor(), false);
}
Expand Down

0 comments on commit 9b9ee9b

Please sign in to comment.