From 2c4fc2650ad2083d98a4856a2d6e29b3d4470552 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 1 Jul 2015 15:23:33 +0300 Subject: [PATCH] Delete command for sketcher objects --- src/XGUI/XGUI_ContextMenuMgr.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.39.2