Commit f016836a authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25278 - Невозможно добавить новое звено для левой границы wrap bondary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57182 954022d7-b5bf-4e40-9824-e11837661b57
parent 14c9ea71
...@@ -174,7 +174,7 @@ NullState.prototype = ...@@ -174,7 +174,7 @@ NullState.prototype =
} }
else else
{ {
this.drawingObjects.changeCurrentState(new PreChangeWrapContourAddPoint(this.drawingObjects, selection.wrapPolygonSelection, Math.min(hit_to_wrap_polygon.pointNum1, hit_to_wrap_polygon.pointNum2), object_page_x, object_page_y)); this.drawingObjects.changeCurrentState(new PreChangeWrapContourAddPoint(this.drawingObjects, selection.wrapPolygonSelection, hit_to_wrap_polygon.pointNum1, object_page_x, object_page_y));
return true; return true;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment