mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added command feature to the context menu for well path collection
This commit is contained in:
parent
46a941348b
commit
7401160677
@ -726,6 +726,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
|||||||
{
|
{
|
||||||
commandIds << "RicDeleteItemFeature";
|
commandIds << "RicDeleteItemFeature";
|
||||||
}
|
}
|
||||||
|
else if (dynamic_cast<RimWellLogPlotCollection*>(uiItem))
|
||||||
|
{
|
||||||
|
commandIds << "RicNewWellLogPlotFeature";
|
||||||
|
}
|
||||||
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
|
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
|
||||||
{
|
{
|
||||||
commandIds << "RicNewWellLogPlotTraceFeature";
|
commandIds << "RicNewWellLogPlotTraceFeature";
|
||||||
|
Loading…
Reference in New Issue
Block a user