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

Bug 25317 - Радиус захвата маркера модификатора перекрывает маркер поворота автофигуры

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57197 954022d7-b5bf-4e40-9824-e11837661b57
parent 0f6a1b71
......@@ -3860,7 +3860,7 @@ CShape.prototype =
t_x = invert_transform.TransformPointX(x, y);
t_y = invert_transform.TransformPointY(x, y);
if (this.spPr && isRealObject(this.spPr.geometry))
return this.spPr.geometry.hitToAdj(t_x, t_y, this.convertPixToMM(TRACK_DISTANCE_ROTATE));
return this.spPr.geometry.hitToAdj(t_x, t_y, this.convertPixToMM(TRACK_CIRCLE_RADIUS));
return { hit: false, adjPolarFlag: null, adjNum: null };
},
......
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