Commit 029e1f1a authored by Oleg.Korshul's avatar Oleg.Korshul

new version

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