mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3000 Ensemble plot. Make curve attachment more robuts
This commit is contained in:
parent
92ccf64571
commit
d52229aa65
@ -839,14 +839,14 @@ void RimEnsembleCurveSet::updateAllCurves()
|
||||
}
|
||||
}
|
||||
m_yValuesSummaryFilter->updateFromAddress(addr->address());
|
||||
}
|
||||
|
||||
if (plot->qwtPlot()) m_qwtPlotCurveForLegendText->attach(plot->qwtPlot());
|
||||
}
|
||||
|
||||
RimSummaryPlot* plot;
|
||||
firstAncestorOrThisOfType(plot);
|
||||
if (plot->qwtPlot())
|
||||
{
|
||||
m_qwtPlotCurveForLegendText->attach(plot->qwtPlot());
|
||||
plot->qwtPlot()->updateLegend();
|
||||
plot->qwtPlot()->replot();
|
||||
plot->updateAxes();
|
||||
|
Loading…
Reference in New Issue
Block a user