#2332 2D Intersection View: Command to create view

This commit is contained in:
Magne Sjaastad
2018-01-17 11:05:31 +01:00
parent b53603e906
commit 03de2aba5b
10 changed files with 205 additions and 0 deletions

View File

@@ -221,6 +221,8 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
menuBuilder << "RicHideIntersectionFeature";
menuBuilder.addSeparator();
menuBuilder << "RicNewIntersectionViewFeature";
menuBuilder.addSeparator();
}
else if (intersectionBoxSourceInfo)
{