]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
T1.2-1
authorvkn <vkn@opencascade.com>
Fri, 14 Jan 2005 08:49:32 +0000 (08:49 +0000)
committervkn <vkn@opencascade.com>
Fri, 14 Jan 2005 08:49:32 +0000 (08:49 +0000)
Debugging of "Blocks/Propagate" GUI -  Correction of the name of publicated objects

src/BlocksGUI/BlocksGUI_PropagateDlg.cxx

index 6a5d7b5075b40330959d41ea03ed9f6587ebc84a..2e50ec031da95e1b2e2d8c2b61518b512ea384bf 100644 (file)
@@ -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;