diff --git a/ApplicationLibCode/Commands/PlotBuilderCommands/RicNewEmptySummaryMultiPlotFeature.cpp b/ApplicationLibCode/Commands/PlotBuilderCommands/RicNewEmptySummaryMultiPlotFeature.cpp index 37718b65cc..3f827e3658 100644 --- a/ApplicationLibCode/Commands/PlotBuilderCommands/RicNewEmptySummaryMultiPlotFeature.cpp +++ b/ApplicationLibCode/Commands/PlotBuilderCommands/RicNewEmptySummaryMultiPlotFeature.cpp @@ -52,7 +52,7 @@ void RicNewEmptySummaryMultiPlotFeature::onActionTriggered( bool isChecked ) std::vector selectedIndividualSummaryCases; std::vector selectedEnsembles; - bool skipCreationOfPlotBasedOnPreferences = true; + bool skipCreationOfPlotBasedOnPreferences = false; RicSummaryPlotBuilder::createAndAppendDefaultSummaryMultiPlot( selectedIndividualSummaryCases, selectedEnsembles, skipCreationOfPlotBasedOnPreferences );