]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
20389 Add separator
authorJérôme <jerome.lucas@cesgenslab.fr>
Mon, 30 Nov 2020 17:03:12 +0000 (18:03 +0100)
committerJérôme <jerome.lucas@cesgenslab.fr>
Mon, 30 Nov 2020 17:03:12 +0000 (18:03 +0100)
src/SHAPERGUI/SHAPERGUI.cpp

index 6552f99362950a64ca61a5b4a18ae02afc65227d..c0633ccc8777146db09ebd5761262069eea558d1 100644 (file)
@@ -689,7 +689,12 @@ QAction* SHAPERGUI::addFeature(const QString& theWBName, const QString& theTBNam
 #ifdef _DEBUG
   int aItemId =
 #endif
-    createMenu(aId, aWBMenu);
+
+  if( theId == "PointCoordinates" )
+    createMenu(separator(), aWBMenu);
+
+  createMenu(aId, aWBMenu);
+
   if (isAddSeparator)
     createMenu(separator(), aWBMenu);