From 40ba8f6d0dbf9d0efb6c7e0b02b8349fa0f6b714 Mon Sep 17 00:00:00 2001 From: Ekaterina Sukhareva Date: Fri, 27 Oct 2023 13:40:38 +0100 Subject: [PATCH] [bos #38087][CEA] The Inspection menu from SHAPER is not well placed if GEOM is launched before --- src/SHAPERGUI/SHAPERGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 52e6230b2..b18573838 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -205,7 +205,7 @@ void SHAPERGUI::initialize(CAM_Application* theApp) #endif createAction(aId, aTip, QIcon(":pictures/configure_toolbars.png"), tr("Edit toolbars..."), aTip, QKeySequence(), aDesk, false, this, SLOT(onEditToolbars())); - int aEditMenu = createMenu(tr("MEN_DESK_EDIT"), -1, -1, 30); + int aEditMenu = createMenu(tr("MEN_DESK_EDIT"), -1, -1, -1); #ifdef _DEBUG int aEditItem = #endif -- 2.30.2