From 235f175a2f48172aaa91af62a337b73770915748 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me?= Date: Mon, 30 Nov 2020 13:59:44 +0100 Subject: [PATCH] #20389 Disapearement of menu "information" --- src/SHAPERGUI/SHAPERGUI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index f92d89f69..6552f9936 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -174,7 +174,6 @@ void SHAPERGUI::initialize(CAM_Application* theApp) } int aMenu = createMenu(tr("Inspection"), -1, -1, 30); - int aSubMenu = createMenu(tr("Information"), aMenu, -1, -1, 0); int aId = getNextCommandId(); myActionsList.append(aId); @@ -184,7 +183,7 @@ void SHAPERGUI::initialize(CAM_Application* theApp) aTip, QKeySequence(), aDesk, true, this, SLOT(onWhatIs(bool))); myWhatIsAction->setStatusTip(aTip); myWhatIsAction->setData("INSPECTION_CMD"); - createMenu(aId, aSubMenu, 0); + createMenu(aId, aMenu, 0); QString aToolName = tr("Inspection"); int aTool = createTool(aToolName); -- 2.39.2