From: vsv Date: Fri, 7 Nov 2014 15:29:48 +0000 (+0300) Subject: Restore 'Delete' pop-up command X-Git-Tag: V_0.5~16^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ad55ad08f682d9ca43e1e23f7a2889798a6488b9;p=modules%2Fshaper.git Restore 'Delete' pop-up command --- diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index dee473c60..3063959fb 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -170,9 +170,9 @@ QMenu* XGUI_ContextMenuMgr::objectBrowserMenu() const aMenu->addAction(action("SHADING_CMD")); aMenu->addAction(action("WIREFRAME_CMD")); } - if (hasFeature) - aMenu->addAction(action("DELETE_CMD")); } + if (hasFeature) + aMenu->addAction(action("DELETE_CMD")); } aMenu->addSeparator(); aMenu->addActions(myWorkshop->objectBrowser()->actions());