mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#518) Removed link visible views from 3DView context menu
Modified the command enabled state to be enabled only when it is sensible to run it. (Unlinked views is present.)
This commit is contained in:
@@ -230,7 +230,6 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
||||
{
|
||||
QStringList commandIds;
|
||||
|
||||
commandIds << "RicLinkVisibleViewsFeature";
|
||||
commandIds << "RicLinkViewFeature";
|
||||
commandIds << "RicUnLinkViewFeature";
|
||||
commandIds << "RicShowLinkOptionsFeature";
|
||||
|
||||
Reference in New Issue
Block a user