Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,9 @@ public synchronized void refresh(boolean refreshGlobal, boolean refreshSelection

// Check if the selection is empty or if
// there is enough event types to show in the piecharts
// if there aren't enough, show the global pie chart
if (nbEventsType < 2) {
getCurrentState().newEmptySelection(this);
getCurrentState().newGlobalEntries(this);
} else {
getCurrentState().newSelection(this);
}
Expand Down
Loading