From 759302b370c978028bd2ee1cc48f70d1345aeb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 22 Sep 2015 14:26:23 +0200 Subject: [PATCH] (#446) Added "Link Visible Views" to 3D context menu --- ApplicationCode/UserInterface/RiuViewerCommands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/UserInterface/RiuViewerCommands.cpp b/ApplicationCode/UserInterface/RiuViewerCommands.cpp index d0219af046..f445787bbd 100644 --- a/ApplicationCode/UserInterface/RiuViewerCommands.cpp +++ b/ApplicationCode/UserInterface/RiuViewerCommands.cpp @@ -230,6 +230,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event) { QStringList commandIds; + commandIds << "RicLinkVisibleViewsFeature"; commandIds << "RicLinkViewFeature"; commandIds << "RicUnLinkViewFeature"; commandIds << "RicShowLinkOptionsFeature";