PAL9355: Bad names of sub-shapes after explode

This commit is contained in:
jfa 2005-08-01 12:16:27 +00:00
parent cd1f268489
commit bfd83343c8

View File

@ -96,6 +96,8 @@ void EntityGUI_SubShapeDlg::Init()
myEditCurrentArgument = GroupPoints->LineEdit1; myEditCurrentArgument = GroupPoints->LineEdit1;
myObject = GEOM::GEOM_Object::_nil(); myObject = GEOM::GEOM_Object::_nil();
ResultName->setText("");
myWithShape = true; myWithShape = true;
/* type for sub shape selection */ /* type for sub shape selection */
@ -582,4 +584,3 @@ GEOM::GEOM_Object_ptr EntityGUI_SubShapeDlg::getFather( GEOM::GEOM_Object_ptr )
{ {
return myObject; return myObject;
} }