Skip to content

Commit

Permalink
refreshFromModel() before resolving
Browse files Browse the repository at this point in the history
This fixes the problem that the runrequirements get deleted if you click the resolve button too fast when the runrequirements part has not been loaded yet.

Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Feb 12, 2024
1 parent 82f4112 commit 4545e32
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 4545e32

Please sign in to comment.