mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2377 summary plot. Add missing curve update
This commit is contained in:
parent
39cf8e8b0d
commit
cdfe7f51d3
@ -295,6 +295,7 @@ RimSummaryCurve* RicPlotProductionRateFeature::addSummaryCurve( RimSummaryPlot*
|
|||||||
newCurve->setSummaryAddressY(addr);
|
newCurve->setSummaryAddressY(addr);
|
||||||
newCurve->setColor(color);
|
newCurve->setColor(color);
|
||||||
newCurve->setLeftOrRightAxisY(plotAxis);
|
newCurve->setLeftOrRightAxisY(plotAxis);
|
||||||
|
newCurve->loadDataAndUpdate(true);
|
||||||
|
|
||||||
return newCurve;
|
return newCurve;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user