From: vsv Date: Wed, 1 Jul 2015 12:23:33 +0000 (+0300) Subject: Delete command for sketcher objects X-Git-Tag: V_1.3.0~132 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c4fc2650ad2083d98a4856a2d6e29b3d4470552;p=modules%2Fshaper.git Delete command for sketcher objects --- diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index f9b42fa99..c3ee64886 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -237,6 +237,8 @@ void XGUI_ContextMenuMgr::updateViewerMenu() action("HIDEALL_CMD")->setEnabled(true); if (myWorkshop->canChangeColor()) action("COLOR_CMD")->setEnabled(true); + + action("DELETE_CMD")->setEnabled(true); } void XGUI_ContextMenuMgr::connectObjectBrowser()