From: vsv Date: Wed, 26 Feb 2020 10:01:38 +0000 (+0300) Subject: Issue #3150: Turn On/Off Isos for multi-selection X-Git-Tag: V9_5_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d94da58e548165a5a9f9aa04b6df9a3f29605fa2;p=modules%2Fshaper.git Issue #3150: Turn On/Off Isos for multi-selection --- diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index c36f9cef5..fe220b657 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -365,7 +365,7 @@ void XGUI_ContextMenuMgr::updateObjectBrowserMenu() action("SHOW_ONLY_CMD")->setEnabled(true); action("SHADING_CMD")->setEnabled(true); action("WIREFRAME_CMD")->setEnabled(true); - action("SHOW_ISOLINES_CMD")->setEnabled(false); + action("SHOW_ISOLINES_CMD")->setEnabled(true); action("ISOLINES_CMD")->setEnabled(true); } if (hasFeature && myWorkshop->canMoveFeature()) {