#4795 Summary Plot Templates : Do not set custom plot title

This commit is contained in:
Magne Sjaastad 2019-09-27 16:14:56 +02:00
parent 1ab58449bd
commit cf482edd3e

View File

@ -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 )