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

AscFormat.PolarAdjustmentTrack

parent 33a14bfe
...@@ -641,7 +641,7 @@ DrawingObjectsController.prototype = ...@@ -641,7 +641,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