Skip to content

Commit

Permalink
A refresh option for the time ranges editor has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
eselmeister committed May 3, 2022
1 parent 6c960da commit e2f3473
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public void setInput(TimeRanges timeRanges) {
updateTimeRanges();
}

public void refresh() {

updateTimeRanges();
}

private void createControl() {

GridLayout gridLayout = new GridLayout(6, false);
Expand Down

0 comments on commit e2f3473

Please sign in to comment.