Salome HOME
[bos #38087][CEA] The Inspection menu from SHAPER is not well placed if GEOM is launc...
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI.cpp
index 52e6230b2e38d063307655c91d0d4bf200eb6383..b1857383834035a7df4e394e69f885e140c867ea 100644 (file)
@@ -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