Skip to content

Commit

Permalink
[26555] reload to show new lab item
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Aug 26, 2024
1 parent bada21e commit 40e22e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public void widgetSelected(SelectionEvent e) {
} catch (Exception ex) {
throw new RuntimeException(CreateLabItemUi.COMMANDID, ex);
}
tableViewer.refresh();
reload();
}
});
((GridLayout) parent.getLayout()).numColumns++;
Expand Down

0 comments on commit 40e22e3

Please sign in to comment.