mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9210 New Ensemble Curve Set : Missing update in Plots panel
This commit is contained in:
parent
e7292a1ff3
commit
c08d145a28
@ -180,7 +180,7 @@ void RicNewSummaryEnsembleCurveSetFeature::onActionTriggered( bool isChecked )
|
||||
if ( !curveSets.empty() ) firstCurveSet = curveSets.front();
|
||||
}
|
||||
plot->loadDataAndUpdate();
|
||||
plot->ensembleCurveSetCollection()->updateAllRequiredEditors();
|
||||
plot->updateAllRequiredEditors();
|
||||
|
||||
RiaGuiApplication* app = RiaGuiApplication::instance();
|
||||
RiuPlotMainWindow* mainPlotWindow = app->getOrCreateAndShowMainPlotWindow();
|
||||
|
Loading…
Reference in New Issue
Block a user