diff --git a/src/gui/xic_view/xic_box/xicbox.cpp b/src/gui/xic_view/xic_box/xicbox.cpp
index 4f0819eddb366339cf07181d5b9b07e038b2378f..169eef1e89251b50a6eb0b1f90989dbc4cde1319 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";
     
 }