mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-18 09:05:11 -05:00
Make sure a plot always is created when "Add Summary Plot" is triggered
This commit is contained in:
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user