#867 Added paste of summary plot

This commit is contained in:
Magne Sjaastad
2016-11-05 14:17:46 +01:00
parent 8821d231e5
commit 032b16ea3f
6 changed files with 163 additions and 19 deletions

View File

@@ -249,6 +249,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimSummaryPlotCollection*>(uiItem))
{
commandIds << "RicNewSummaryPlotFeature";
commandIds << "RicPasteSummaryPlotFeature";
}
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
{
@@ -275,6 +276,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicViewZoomAllFeature";
commandIds << "Separator";
commandIds << "RicDeleteItemFeature";
commandIds << "RicCopyReferencesToClipboardFeature";
}
else if (dynamic_cast<RimSummaryCurve*>(uiItem))
{