#1796 Ensure TOF-Acc Sat. plot is replotted when new samples are set

This commit is contained in:
Bjørnar Grip Fjær 2017-08-22 12:45:20 +02:00
parent 7ff1b8e128
commit 6e1e55ffba

View File

@ -181,6 +181,7 @@ void RiuTofAccumulatedPhaseFractionsPlot::setSamples(std::vector<double> xSample
setAxisScale(QwtPlot::xBottom, 0, maxVal);
updateAxes();
}
replot();
}
//--------------------------------------------------------------------------------------------------