From cf482edd3e61a820c49aa4e7c44977ff6828f4db Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 27 Sep 2019 16:14:56 +0200 Subject: [PATCH] #4795 Summary Plot Templates : Do not set custom plot title --- .../PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp index 358c9008fc..96d3e26550 100644 --- a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp +++ b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp @@ -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 )