]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Additional change to fix the preview problem
authorvsr <vsr@opencascade.com>
Fri, 8 Apr 2011 12:30:41 +0000 (12:30 +0000)
committervsr <vsr@opencascade.com>
Fri, 8 Apr 2011 12:30:41 +0000 (12:30 +0000)
src/RepairGUI/RepairGUI_GlueDlg.cxx

index a7ca9028f88e915897f68398aaff00c7f6fdd553..bc6e449212e8690a4b58a7460654418b074f17ab 100644 (file)
@@ -463,6 +463,7 @@ bool RepairGUI_GlueDlg::execute( ObjectList& objects )
         if ( selected.contains( tmpior.in() ) )
          aListForGlue[ added++ ] = myTmpObjs[i].copy();
       }
+      aListForGlue->length( added );
 
       GEOM::GEOM_Object_var anObj = anOper->MakeGlueFacesByList( myObject, myTolEdt2->value(), aListForGlue.in(), true );