Bug with bad object names after explode is fixed.

This commit is contained in:
asv 2005-06-03 10:39:50 +00:00
parent 521dab878e
commit e2473f133f
2 changed files with 5 additions and 0 deletions

View File

@ -590,3 +590,7 @@ GEOM::GEOM_Object_ptr EntityGUI_SubShapeDlg::getFather( GEOM::GEOM_Object_ptr )
return myObject;
}
const char* EntityGUI_SubShapeDlg::getNewObjectName() const
{
return "";
}

View File

@ -54,6 +54,7 @@ protected:
virtual bool isValid( QString& );
virtual bool execute( ObjectList& objects );
virtual GEOM::GEOM_Object_ptr getFather( GEOM::GEOM_Object_ptr theObj );
virtual const char* getNewObjectName() const;
private slots:
void ClickOnOk();