Commit 8f829ebe authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35451

parent 9ec43aeb
......@@ -499,7 +499,7 @@ ChangeAdjState.prototype =
{
if(this.drawingObjects.isViewMode() === false)
{
var trackObjects = this.drawingObjects.arrTrackObjects;
var trackObjects = [].concat(this.drawingObjects.arrTrackObjects);
var drawingObjects = this.drawingObjects;
this.drawingObjects.checkSelectedObjectsAndCallback(function()
{
......
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