Commit 725835da authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

new version

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60832 954022d7-b5bf-4e40-9824-e11837661b57
parent 5df6c4a9
......@@ -1732,6 +1732,9 @@ CDrawingDocument.prototype =
var _ret = [];
_ret.push(0);
this.SelectRect1 = null;
this.SelectRect2 = null;
var _target = this.LogicDocument.Is_SelectionUse();
if (_target === false)
{
......@@ -1759,6 +1762,9 @@ CDrawingDocument.prototype =
var _rect1 = _select.Start;
var _rect2 = _select.End;
this.SelectRect1 = _rect1;
this.SelectRect2 = _rect2;
_ret.push(_select.Start.X);
_ret.push(_select.Start.Y);
_ret.push(_select.Start.Page);
......
......@@ -5007,6 +5007,11 @@ asc_docs_api.prototype["Native_Editor_Initialize_Settings"] = function(_params)
}
}
}
if (this.WordControl.m_oDrawingDocument.IsRetina && this.WordControl.m_oDrawingDocument.IsMobile)
{
TRACK_DISTANCE_ROTATE <<= 1;
}
};
/***************************** COPY|PASTE *******************************/
......
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