Additional change to fix the preview problem

This commit is contained in:
vsr 2011-04-08 12:30:41 +00:00
parent 137c0ffe38
commit edc3389ff1

View 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 );