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:
@@ -180,7 +180,7 @@ void RicNewSummaryEnsembleCurveSetFeature::onActionTriggered( bool isChecked )
|
|||||||
if ( !curveSets.empty() ) firstCurveSet = curveSets.front();
|
if ( !curveSets.empty() ) firstCurveSet = curveSets.front();
|
||||||
}
|
}
|
||||||
plot->loadDataAndUpdate();
|
plot->loadDataAndUpdate();
|
||||||
plot->ensembleCurveSetCollection()->updateAllRequiredEditors();
|
plot->updateAllRequiredEditors();
|
||||||
|
|
||||||
RiaGuiApplication* app = RiaGuiApplication::instance();
|
RiaGuiApplication* app = RiaGuiApplication::instance();
|
||||||
RiuPlotMainWindow* mainPlotWindow = app->getOrCreateAndShowMainPlotWindow();
|
RiuPlotMainWindow* mainPlotWindow = app->getOrCreateAndShowMainPlotWindow();
|
||||||
|
|||||||
Reference in New Issue
Block a user