]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ContextMenuMgr.cpp
Salome HOME
Copyright update 2020
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index c36f9cef5bec48b891b07ae90d3f22ed7819654c..7e99ec5ee894d4102344ff9f2fb281ab38034512 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -144,7 +144,7 @@ void XGUI_ContextMenuMgr::createActions()
                                            aDesktop);
   addAction("ISOLINES_CMD", aAction);
 
-  aAction = ModuleBase_Tools::createAction(QIcon(), tr("Show Isos..."), aDesktop);
+  aAction = ModuleBase_Tools::createAction(QIcon(), tr("Show Isos"), aDesktop);
   aAction->setCheckable(true);
   addAction("SHOW_ISOLINES_CMD", aAction);
 
@@ -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()) {