From 4db4d21b98b61bf3c30cf947d3fb1a1f44dbf936 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 24 Nov 2008 13:44:45 +0000 Subject: [PATCH] corrections for improvement 0019827: EDF 736 GEOM --- src/TransformationGUI/TransformationGUI_PositionDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2