mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4814 Ensemble Summary Curves : Fix creation of new curve set
This commit is contained in:
@@ -127,7 +127,17 @@ void RicNewSummaryEnsembleCurveSetFeature::onActionTriggered( bool isChecked )
|
|||||||
CVF_ASSERT( !project->summaryGroups().empty() );
|
CVF_ASSERT( !project->summaryGroups().empty() );
|
||||||
auto ensemble = project->summaryGroups().back();
|
auto ensemble = project->summaryGroups().back();
|
||||||
|
|
||||||
RicNewSummaryEnsembleCurveSetFeature::createPlotForCurveSetAndUpdate( ensemble );
|
auto curveSet = RicNewSummaryEnsembleCurveSetFeature::addDefaultCurveSet( plot, ensemble );
|
||||||
|
plot->loadDataAndUpdate();
|
||||||
|
plot->updateConnectedEditors();
|
||||||
|
|
||||||
|
RiaGuiApplication* app = RiaGuiApplication::instance();
|
||||||
|
RiuPlotMainWindow* mainPlotWindow = app->getOrCreateAndShowMainPlotWindow();
|
||||||
|
if ( mainPlotWindow )
|
||||||
|
{
|
||||||
|
mainPlotWindow->selectAsCurrentItem( curveSet );
|
||||||
|
mainPlotWindow->updateSummaryPlotToolBar();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user