]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Hide second "Erase all" in GEOM module
authorasl <asl@opencascade.com>
Wed, 9 Nov 2005 14:21:30 +0000 (14:21 +0000)
committerasl <asl@opencascade.com>
Wed, 9 Nov 2005 14:21:30 +0000 (14:21 +0000)
src/GEOMGUI/GeometryGUI.cxx

index 882b38a0e8c32fd31cc3b24864c6135ff0b600c7..59dba91a2954a3c999e436bc825b8c60dc2a9dd1 100644 (file)
@@ -1077,6 +1077,8 @@ void GeometryGUI::initialize( CAM_Application* app )
   mgr->insert( action(  213 ), -1, -1 ); // display only
   mgr->setRule( action( 213 ), "$component={'GEOM'} and (($type in {'Shape' 'Group'} and selcount>0) or (type='Component' and selcount=1))", true );
   mgr->insert( separator(), -1, -1 );
+
+  mgr->hide( mgr->actionId( action( myEraseAll ) ) );
 }
 
 //=======================================================================