Added command feature to the context menu for well path collection

This commit is contained in:
Pål Hagen 2015-08-28 12:25:48 +02:00
parent 46a941348b
commit 7401160677

View File

@ -726,6 +726,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
{
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimWellLogPlotCollection*>(uiItem))
{
commandIds << "RicNewWellLogPlotFeature";
}
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
{
commandIds << "RicNewWellLogPlotTraceFeature";