(#504) Move common code to base class

This commit is contained in:
Magne Sjaastad
2015-09-22 11:17:24 +02:00
parent f49c7fc983
commit 7ded798055
3 changed files with 40 additions and 26 deletions

View File

@@ -93,6 +93,10 @@ void RimWellLogFileCurve::updatePlotData()
{
m_plotCurve->setSamples(NULL, NULL, 0);
}
updateTrackAndPlotFromCurveData();
m_plot->replot();
}
}