Skip to content

Commit

Permalink
Merge pull request mzmine#590 from SteffenHeu/fix_simplexychart
Browse files Browse the repository at this point in the history
Fix simplexychart
  • Loading branch information
robinschmid authored Mar 9, 2022
2 parents d4e7585 + 79d0749 commit ac4b7b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ public synchronized XYDataset removeDataSet(int index, boolean notify) {
if (isNotifyChange()) {
fireChangeEvent();
}
setNotifyChange(oldNotify);
return ds;
}

Expand Down

0 comments on commit ac4b7b3

Please sign in to comment.