mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure a plot always is created when "Add Summary Plot" is triggered
This commit is contained in:
parent
1922a02fc3
commit
a7acbe2c86
@ -52,7 +52,7 @@ void RicNewEmptySummaryMultiPlotFeature::onActionTriggered( bool isChecked )
|
||||
std::vector<RimSummaryCase*> selectedIndividualSummaryCases;
|
||||
std::vector<RimSummaryCaseCollection*> selectedEnsembles;
|
||||
|
||||
bool skipCreationOfPlotBasedOnPreferences = true;
|
||||
bool skipCreationOfPlotBasedOnPreferences = false;
|
||||
RicSummaryPlotBuilder::createAndAppendDefaultSummaryMultiPlot( selectedIndividualSummaryCases,
|
||||
selectedEnsembles,
|
||||
skipCreationOfPlotBasedOnPreferences );
|
||||
|
Loading…
Reference in New Issue
Block a user