X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSHAPERGUI%2FSHAPERGUI.cpp;h=cb1deb39284170aa3484d300ebcb5060e3590d92;hb=85b662214060cf733b44ac7822e3e4db49e2da4b;hp=78cdcb08d1b3bb7044b7a6bb3bb924ad8c2b4936;hpb=81870af2d38a9fc77e96ce17271a434614187b2d;p=modules%2Fshaper.git diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 78cdcb08d..cb1deb392 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -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; }