Hide second "Erase all" in GEOM module

This commit is contained in:
asl 2005-11-09 14:21:30 +00:00
parent 3e43b82348
commit 1540096924

View 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 ) ) );
}
//=======================================================================