mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Bug with bad object names after explode is fixed.
This commit is contained in:
parent
521dab878e
commit
e2473f133f
@ -590,3 +590,7 @@ GEOM::GEOM_Object_ptr EntityGUI_SubShapeDlg::getFather( GEOM::GEOM_Object_ptr )
|
||||
return myObject;
|
||||
}
|
||||
|
||||
const char* EntityGUI_SubShapeDlg::getNewObjectName() const
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user