mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2408 summary plot. Update qwt axis when duplicating curves
This commit is contained in:
@@ -98,6 +98,7 @@ void RimSummaryCurveCollection::loadDataAndUpdate(bool updateParentPlot)
|
||||
for (RimSummaryCurve* curve : m_curves)
|
||||
{
|
||||
curve->loadDataAndUpdate(false);
|
||||
curve->updateQwtPlotAxis();
|
||||
}
|
||||
|
||||
if ( updateParentPlot )
|
||||
|
||||
Reference in New Issue
Block a user