(#514) Added missing "view link" command features to context menu in project tree view

This commit is contained in:
Pål Hagen
2015-09-22 14:34:26 +02:00
parent 759302b370
commit 239d682956

View File

@@ -837,6 +837,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
if (dynamic_cast<RimView*>(uiItem))
{
commandIds << "RicLinkVisibleViewsFeature";
commandIds << "RicLinkViewFeature";
commandIds << "RicUnLinkViewFeature";
commandIds << "RicShowLinkOptionsFeature";
commandIds << "RicSetMasterViewFeature";
}
}