RimSummaryPlot. Removed superfluous replot

This commit is contained in:
Bjørn Erik Jensen 2018-07-04 10:00:14 +02:00
parent 208ba77765
commit 2eae092359

View File

@ -1200,7 +1200,6 @@ void RimSummaryPlot::onLoadDataAndUpdate()
if (m_qwtPlot) m_qwtPlot->updateLegend();
this->updateAxes();
updateZoomInQwt();
if(m_qwtPlot) m_qwtPlot->replot();
}
//--------------------------------------------------------------------------------------------------