From: dmv Date: Mon, 24 Nov 2008 13:44:45 +0000 (+0000) Subject: corrections for improvement 0019827: EDF 736 GEOM X-Git-Tag: Phase8_Part1_16122008 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4db4d21b98b61bf3c30cf947d3fb1a1f44dbf936;p=modules%2Fgeom.git corrections for improvement 0019827: EDF 736 GEOM --- diff --git a/src/TransformationGUI/TransformationGUI_PositionDlg.cxx b/src/TransformationGUI/TransformationGUI_PositionDlg.cxx index 5fb7891af..1515623ec 100644 --- a/src/TransformationGUI/TransformationGUI_PositionDlg.cxx +++ b/src/TransformationGUI/TransformationGUI_PositionDlg.cxx @@ -404,7 +404,7 @@ void TransformationGUI_PositionDlg::SelectionIntoArgument() } } else { - if (S.ShapeType() != TopAbs_EDGE) { + if (S.ShapeType() != TopAbs_EDGE && S.ShapeType() != TopAbs_WIRE) { aSelectedObject = GEOM::GEOM_Object::_nil(); aName = ""; return;