mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4795 Summary Plot Templates : Do not set custom plot title
This commit is contained in:
parent
1ab58449bd
commit
cf482edd3e
@ -82,9 +82,6 @@ void RicCreatePlotFromSelectionFeature::onActionTriggered( bool isChecked )
|
||||
newSummaryPlot->resolveReferencesRecursively();
|
||||
newSummaryPlot->initAfterReadRecursively();
|
||||
|
||||
QString nameOfCopy = QString( "Copy of " ) + newSummaryPlot->description();
|
||||
newSummaryPlot->setDescription( nameOfCopy );
|
||||
|
||||
auto summaryCurves = newSummaryPlot->summaryCurves();
|
||||
|
||||
for ( const auto& curve : summaryCurves )
|
||||
|
Loading…
Reference in New Issue
Block a user