From: jfa Date: Wed, 14 Feb 2007 13:20:26 +0000 (+0000) Subject: NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same... X-Git-Tag: V3_2_6a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=57ff7bd09f17a1b9dddbacb98de143baa6769069;p=modules%2Fgeom.git NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same for GUI. --- diff --git a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx index 6a3685b66..cb6483921 100644 --- a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx +++ b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx @@ -546,7 +546,7 @@ bool EntityGUI_SubShapeDlg::isValid( QString& msg ) bool EntityGUI_SubShapeDlg::execute( ObjectList& objects ) { GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow( - getOperation() )->MakeExplode( myObject, shapeType(), false ); + getOperation() )->MakeExplode( myObject, shapeType(), true ); if ( !aList->length() ) return false;