mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble Curves : Do not update plot for every curve update
This commit is contained in:
parent
e4003b611d
commit
8b3d4b0fc4
@ -837,8 +837,8 @@ void RimEnsembleCurveSet::updateAllCurves()
|
||||
|
||||
addCurve(curve);
|
||||
|
||||
curve->updateCurveVisibility(true);
|
||||
curve->loadDataAndUpdate(true);
|
||||
curve->updateCurveVisibility(false);
|
||||
curve->loadDataAndUpdate(false);
|
||||
|
||||
if (curve->qwtPlotCurve())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user