From d94da58e548165a5a9f9aa04b6df9a3f29605fa2 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 26 Feb 2020 13:01:38 +0300 Subject: [PATCH] Issue #3150: Turn On/Off Isos for multi-selection --- src/XGUI/XGUI_ContextMenuMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.2