Salome HOME
Issue #1412:Selection mode preferences modified
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI.cpp
index 78cdcb08d1b3bb7044b7a6bb3bb924ad8c2b4936..cb1deb39284170aa3484d300ebcb5060e3590d92 100644 (file)
@@ -454,9 +454,11 @@ QAction* SHAPERGUI::addFeatureOfNested(const QString& theWBName,
 
   int aWBMenu = createMenu(theWBName, -1, -1, 50);
   int aItemId = createMenu(anAction, aWBMenu);
+  createMenu(separator(), aWBMenu); /// nested action is always separated of others
 
   int aWBTool = createTool(theWBName, theWBName);
   int aToolId = createTool(anAction, aWBTool);
+  createTool(separator(), aWBTool); /// nested action is always separated of others
 
   return anAction;
 }