Commit 511d9bc7 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

попадание в аджастмент

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61155 954022d7-b5bf-4e40-9824-e11837661b57
parent 35523ce0
......@@ -3383,7 +3383,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_CIRCLE_RADIUS));
return this.spPr.geometry.hitToAdj(t_x, t_y, this.convertPixToMM(global_mouseEvent.KoefPixToMM * 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