#2112 Avoid updating legend for each curve. Generalize and roll out the solution found for summary curves

This commit is contained in:
Jacob Støren
2017-11-11 23:15:13 +01:00
parent 9070a97815
commit 324d6d72e3
10 changed files with 34 additions and 26 deletions

View File

@@ -134,7 +134,7 @@ QString RimWellFlowRateCurve::createCurveAutoName()
//--------------------------------------------------------------------------------------------------
void RimWellFlowRateCurve::onLoadDataAndUpdate(bool updateParentPlot)
{
RimWellLogCurve::updateCurvePresentation();
this->RimPlotCurve::updateCurvePresentation(updateParentPlot);
if (isCurveVisible())
{