mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2408 summary plot. Update qwt axis when duplicating curves
This commit is contained in:
parent
20e5c27209
commit
065aa92d16
@ -98,6 +98,7 @@ void RimSummaryCurveCollection::loadDataAndUpdate(bool updateParentPlot)
|
|||||||
for (RimSummaryCurve* curve : m_curves)
|
for (RimSummaryCurve* curve : m_curves)
|
||||||
{
|
{
|
||||||
curve->loadDataAndUpdate(false);
|
curve->loadDataAndUpdate(false);
|
||||||
|
curve->updateQwtPlotAxis();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( updateParentPlot )
|
if ( updateParentPlot )
|
||||||
|
Loading…
Reference in New Issue
Block a user