NPAL14883: Dump Python must use SubShapeAllSorted instead of SubShapeAll. The same for GUI.

This commit is contained in:
jfa 2007-02-14 13:20:26 +00:00
parent 6a13689810
commit 57ff7bd09f

View File

@ -546,7 +546,7 @@ bool EntityGUI_SubShapeDlg::isValid( QString& msg )
bool EntityGUI_SubShapeDlg::execute( ObjectList& objects ) bool EntityGUI_SubShapeDlg::execute( ObjectList& objects )
{ {
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow( GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow(
getOperation() )->MakeExplode( myObject, shapeType(), false ); getOperation() )->MakeExplode( myObject, shapeType(), true );
if ( !aList->length() ) if ( !aList->length() )
return false; return false;