mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-25 10:40:49 +05:00
T1.2-1
Debugging of "Blocks/Propagate" GUI - Correction of the name of publicated objects
This commit is contained in:
parent
7d3ca9903a
commit
96003c9a54
@ -91,6 +91,7 @@ void BlocksGUI_PropagateDlg::Init()
|
||||
/* init variables */
|
||||
|
||||
myObject = GEOM::GEOM_Object::_nil();
|
||||
ResultName->setText( "" );
|
||||
|
||||
myGeomGUI->SetState( 0 );
|
||||
|
||||
@ -270,6 +271,7 @@ bool BlocksGUI_PropagateDlg::execute( ObjectList& objects )
|
||||
{
|
||||
|
||||
GEOM::ListOfGO_var aList = GEOM::GEOM_IBlocksOperations::_narrow( getOperation() )->Propagate( myObject );
|
||||
ResultName->setText( "" );
|
||||
|
||||
if ( !aList->length() )
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user