Skip to content
Snippets Groups Projects
Commit 434fa620 authored by Langella Olivier's avatar Langella Olivier
Browse files

draw peak borders

parent b35c3694
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ XicBox::~XicBox()
void XicBox::onXicWidgetClick(double rt, double intensity) {
qDebug() << __FILE__ << " " <<__FUNCTION__ << " " << __LINE__;
ui->xic_widget->clearXicPeakBorders();
for (pappso::XicPeakSp xic_peak_sp:_xic_peak_current_list) {
qDebug() << __FILE__ << " " <<__FUNCTION__ << " " << __LINE__;
ui->xic_widget->drawXicPeakBorders(xic_peak_sp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment