Commit 4a731f23 authored by Oleg Korshul's avatar Oleg Korshul

bug in last commit

parent 7cc37f67
......@@ -216,8 +216,6 @@ function (window, undefined)
tmpX2 = _rect2.X + _rect2.W;
tmpY2 = _rect2.Y + _rect2.H;
if (_isUseTransform)
{
_transform = this.DrawingDocument.SelectionMatrix;
if (_transform)
......@@ -234,7 +232,6 @@ function (window, undefined)
tmpX2 = _posX;
tmpY2 = _posY;
}
}
_pos = this.ConvertCoordsToCursor(tmpX, tmpY, _rect1.Page);
_posX = _pos.X;
......
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