#4892 Add 3DView context command to remove comparison view

This commit is contained in:
Jacob Støren
2019-10-28 13:39:43 +01:00
parent b729ce7228
commit ff7c586021
6 changed files with 131 additions and 0 deletions

View File

@@ -518,7 +518,9 @@ void RiuViewerCommands::displayContextMenu( QMouseEvent* event )
menuBuilder << "RicLinkViewFeature";
menuBuilder << "RicShowLinkOptionsFeature";
menuBuilder << "RicSetMasterViewFeature";
menuBuilder.addSeparator();
menuBuilder << "RicUnLinkViewFeature";
menuBuilder << "RicRemoveComparison3dViewFeature";
}
else if ( int2dView )
{