#1502 Fishbones : Add "New Perforation" to context menu when clicking on well path

This commit is contained in:
Magne Sjaastad
2017-05-19 11:03:22 +02:00
parent e67979bd23
commit 829df457ff
6 changed files with 149 additions and 2 deletions

View File

@@ -305,6 +305,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
commandIds << "Separator";
commandIds << "RicNewWellPathIntersectionFeature";
commandIds << "RicNewFishbonesSubsAtMeasuredDepthFeature";
commandIds << "RicNewPerforationIntervalAtMeasuredDepthFeature";
}
}