mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-07 00:14:17 +05:00
corrections for improvement 0019827: EDF 736 GEOM
This commit is contained in:
parent
f3c5197b3c
commit
4db4d21b98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user