Commit 32142c3a authored by Sergey Luzyanin's avatar Sergey Luzyanin

AscFormat.PolarAdjustmentTrack

parent 0d4d5752
...@@ -665,7 +665,7 @@ DrawingObjectsController.prototype = ...@@ -665,7 +665,7 @@ DrawingObjectsController.prototype =
} }
else else
{ {
this.arrPreTrackObjects.push(new PolarAdjustmentTrack(selectedObject, hit.adjNum, hit.warp)); this.arrPreTrackObjects.push(new AscFormat.PolarAdjustmentTrack(selectedObject, hit.adjNum, hit.warp));
} }
if(!isRealObject(group)) if(!isRealObject(group))
{ {
......
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