Added "Paste" to the context menu of "Derived Statistics"

This commit is contained in:
Pål Hagen
2015-08-21 15:08:07 +02:00
parent 762083a5b6
commit 89ee164c8a

View File

@@ -589,7 +589,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
} }
else if (dynamic_cast<RimCaseCollection*>(uiItem)) else if (dynamic_cast<RimCaseCollection*>(uiItem))
{ {
// Todo: "Paste" commandIds << "RicPasteEclipseCasesFeature";
commandIds << "RicNewStatisticsCaseFeature"; commandIds << "RicNewStatisticsCaseFeature";
} }
else if (dynamic_cast<RimEclipseStatisticsCase*>(uiItem)) else if (dynamic_cast<RimEclipseStatisticsCase*>(uiItem))