mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added "Paste" to the context menu of "Derived Statistics"
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user