mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2112 Avoid updating legend for each curve. Generalize and roll out the solution found for summary curves
This commit is contained in:
@@ -293,7 +293,7 @@ void RimGridTimeHistoryCurve::updateZoomInParentPlot()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGridTimeHistoryCurve::onLoadDataAndUpdate(bool updateParentPlot)
|
||||
{
|
||||
this->RimPlotCurve::updateCurvePresentation();
|
||||
this->RimPlotCurve::updateCurvePresentation(updateParentPlot);
|
||||
|
||||
if (isCurveVisible())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user