mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 15:26:48 -06:00
Added "Paste" to the context menu of "Derived Statistics"
This commit is contained in:
parent
762083a5b6
commit
89ee164c8a
@ -589,7 +589,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
||||
}
|
||||
else if (dynamic_cast<RimCaseCollection*>(uiItem))
|
||||
{
|
||||
// Todo: "Paste"
|
||||
commandIds << "RicPasteEclipseCasesFeature";
|
||||
commandIds << "RicNewStatisticsCaseFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimEclipseStatisticsCase*>(uiItem))
|
||||
|
Loading…
Reference in New Issue
Block a user