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

Bug 31160 - [Review][FastEdit] JS ошибки "Ga" и "ko" после включения режима...

Bug 31160 - [Review][FastEdit] JS ошибки "Ga" и "ko" после включения режима review, смены шрифта у маркерованного списка в фигуре и cut&paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66912 954022d7-b5bf-4e40-9824-e11837661b57
parent 3b2ac31f
......@@ -2765,6 +2765,14 @@ CGraphicObjects.prototype =
Save_DocumentStateBeforeLoadChanges: function(oState)
{
var oTargetDocContent = this.getTargetDocContent(undefined, true);
if(oTargetDocContent)
{
oState.Pos = oTargetDocContent.Get_ContentPosition(false, false, undefined);
oState.StartPos = oTargetDocContent.Get_ContentPosition(true, true, undefined);
oState.EndPos = oTargetDocContent.Get_ContentPosition(true, false, undefined);
oState.DrawingSelection = oTargetDocContent.Selection.Use;
}
oState.DrawingsSelectionState = this.getSelectionState()[0];
var oPos = this.getLeftTopSelectedObject2();
oState.X = oPos.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