Skip to content

Commit

Permalink
Update the peak/scan list when adding scans.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 25, 2022
1 parent 0204922 commit af5e3fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ public void update(Display display) {
updateScan(scan);
UpdateNotifierUI.update(display, scan);
UpdateNotifierUI.update(display, IChemClipseEvents.TOPIC_EDITOR_CHROMATOGRAM_UPDATE, "Scan Chart identification has been performed.");
fireUpdateChromatogramSelection(display, scan);
}
});
//
Expand Down

0 comments on commit af5e3fb

Please sign in to comment.