IPAL 18562

This commit is contained in:
dmv 2008-01-17 13:33:14 +00:00
parent c18d12b2cf
commit c91537be6b

View File

@ -405,9 +405,9 @@ void EntityGUI_SubShapeDlg::ResetStateOfDialog()
//================================================================================= //=================================================================================
void EntityGUI_SubShapeDlg::SubShapeToggled() void EntityGUI_SubShapeDlg::SubShapeToggled()
{ {
if ( isAllSubShapes() ) globalSelection( GEOM_ALLSHAPES );
globalSelection( GEOM_ALLSHAPES );
else if ( !isAllSubShapes() )
localSelection( myObject, shapeType() ); localSelection( myObject, shapeType() );
} }