#2377 summary plot. Add missing curve update

This commit is contained in:
Bjørn Erik Jensen
2018-01-18 13:24:04 +01:00
parent 67bc555d49
commit 28ea6f054c

View File

@@ -295,6 +295,7 @@ RimSummaryCurve* RicPlotProductionRateFeature::addSummaryCurve( RimSummaryPlot*
newCurve->setSummaryAddressY(addr);
newCurve->setColor(color);
newCurve->setLeftOrRightAxisY(plotAxis);
newCurve->loadDataAndUpdate(true);
return newCurve;
}