mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
IPAL 18562
This commit is contained in:
parent
c18d12b2cf
commit
c91537be6b
@ -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() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user