mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 20:20:48 -06:00
#9210 New Ensemble Curve Set : Missing update in Plots panel
This commit is contained in:
parent
acaea8de81
commit
a268e6ff3a
@ -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