mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#514) Added missing "view link" command features to context menu in project tree view
This commit is contained in:
@@ -837,6 +837,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
|||||||
|
|
||||||
if (dynamic_cast<RimView*>(uiItem))
|
if (dynamic_cast<RimView*>(uiItem))
|
||||||
{
|
{
|
||||||
|
commandIds << "RicLinkVisibleViewsFeature";
|
||||||
|
commandIds << "RicLinkViewFeature";
|
||||||
|
commandIds << "RicUnLinkViewFeature";
|
||||||
|
commandIds << "RicShowLinkOptionsFeature";
|
||||||
commandIds << "RicSetMasterViewFeature";
|
commandIds << "RicSetMasterViewFeature";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user