From: vsv Date: Wed, 1 Jul 2015 09:34:48 +0000 (+0300) Subject: "Show" command for multi-selection X-Git-Tag: V_1.3.0~138 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3d036e9aaf38a4e96042173ec8c6c0c9ec62aea8;p=modules%2Fshaper.git "Show" command for multi-selection --- diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index 8c47f51d1..f9b42fa99 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -334,6 +334,7 @@ QMenu* XGUI_ContextMenuMgr::objBrowserMenu() const aActions.append(action("SHADING_CMD")); aActions.append(action("WIREFRAME_CMD")); aActions.append(mySeparator); + aActions.append(action("SHOW_CMD")); aActions.append(action("HIDE_CMD")); aActions.append(action("SHOW_ONLY_CMD")); aActions.append(mySeparator);