mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1915 Curve creator: Remove option to make default curve filter in preferences
This commit is contained in:
@@ -200,16 +200,6 @@ bool RiaImportEclipseCaseTools::openEclipseCaseShowTimeStepFilterImpl(const QStr
|
||||
delete existingFileSummaryCase;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
if (app->preferences()->autoCreatePlotsOnImport())
|
||||
{
|
||||
RimMainPlotCollection* mainPlotColl = project->mainPlotCollection();
|
||||
RimSummaryPlotCollection* summaryPlotColl = mainPlotColl->summaryPlotCollection();
|
||||
|
||||
RicNewSummaryPlotFeature::createNewSummaryPlot(summaryPlotColl, newSumCase);
|
||||
}
|
||||
}
|
||||
|
||||
sumCaseColl->updateConnectedEditors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user