From: vsr Date: Fri, 8 Apr 2011 12:30:41 +0000 (+0000) Subject: Additional change to fix the preview problem X-Git-Tag: V6_3_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=edc3389ff160fc98d843b33167125268072db3e8;p=modules%2Fgeom.git Additional change to fix the preview problem --- diff --git a/src/RepairGUI/RepairGUI_GlueDlg.cxx b/src/RepairGUI/RepairGUI_GlueDlg.cxx index a7ca9028f..bc6e44921 100644 --- a/src/RepairGUI/RepairGUI_GlueDlg.cxx +++ b/src/RepairGUI/RepairGUI_GlueDlg.cxx @@ -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 );