Salome HOME
Delete command for sketcher objects
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 1 Jul 2015 12:23:33 +0000 (15:23 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 1 Jul 2015 12:23:44 +0000 (15:23 +0300)
src/XGUI/XGUI_ContextMenuMgr.cpp

index f9b42fa999d51888730415c32337b0d68d7e9ff8..c3ee64886b9fcb2b123362174f4d738d85009c67 100644 (file)
@@ -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()