Commit 025f8a95 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 56b8e7a3
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -99165,7 +99165,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