From 0daaba58a409cae0f22c8be97d14ed43544d541f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 22 Sep 2015 09:40:44 +0200 Subject: [PATCH] (#501) Made sure that "link view" items in the context menu don't need hit info in the view --- ApplicationCode/UserInterface/RiuViewerCommands.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ApplicationCode/UserInterface/RiuViewerCommands.cpp b/ApplicationCode/UserInterface/RiuViewerCommands.cpp index 0c281bbea4..93ade393c0 100644 --- a/ApplicationCode/UserInterface/RiuViewerCommands.cpp +++ b/ApplicationCode/UserInterface/RiuViewerCommands.cpp @@ -229,8 +229,6 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event) } } - if (firstHitPart) - // View Link commands { QStringList commandIds;