From ce3476f27d69e851bef56f704aeeff192cebace1 Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Fri, 12 Jan 2018 17:20:36 +0100 Subject: [PATCH] XIC box --- src/gui/xic_view/xic_box/xicbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/xic_view/xic_box/xicbox.cpp b/src/gui/xic_view/xic_box/xicbox.cpp index 4f0819edd..169eef1e8 100644 --- a/src/gui/xic_view/xic_box/xicbox.cpp +++ b/src/gui/xic_view/xic_box/xicbox.cpp @@ -80,6 +80,8 @@ void XicBox::setPeptideEvidence(const PeptideEvidence * p_peptide_evidence) { void XicBox::setXic(pappso::XicSp xic_sp) { qDebug() << "XicBox::setXic begin"; + ui->xic_widget->setXicSp(xic_sp); + ui->xic_widget->plot(); qDebug() << "XicBox::setXic end"; } -- GitLab