Skip to content

Commit

Permalink
'#1864 If no group is selected, "BasicProperties" is selected
Browse files Browse the repository at this point in the history
automatically.
  • Loading branch information
patrickdalla committed Feb 22, 2024
1 parent 3c822e9 commit 2f03280
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,9 @@ public void actionPerformed(ActionEvent e) {
} else {
selectedTeGroups.add(teGroup);
}
if (selectedTeGroups.isEmpty()) {
selectedTeGroups.add(TimeEventGroup.BASIC_EVENTS);
}
refreshChart(false);
}

Expand Down

0 comments on commit 2f03280

Please sign in to comment.