Commit 51e7c7d0 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с обновлением позиции курсора и селекта после принятия чужих...

Исправлен баг с обновлением позиции курсора и селекта после принятия чужих изменений (баг 30915 reop).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66539 954022d7-b5bf-4e40-9824-e11837661b57
parent 82f4fa41
...@@ -14821,7 +14821,6 @@ CDocument.prototype.Load_DocumentStateAfterLoadChanges = function(State) ...@@ -14821,7 +14821,6 @@ CDocument.prototype.Load_DocumentStateAfterLoadChanges = function(State)
{ {
HdrFtrContent.Set_ContentPosition(State.Pos, 0, 0); HdrFtrContent.Set_ContentPosition(State.Pos, 0, 0);
this.NeedUpdateTarget = true; this.NeedUpdateTarget = true;
this.RecalculateCurPos();
} }
} }
else if (docpostype_DrawingObjects === State.HdrFtrDocPosType) else if (docpostype_DrawingObjects === State.HdrFtrDocPosType)
...@@ -14871,7 +14870,6 @@ CDocument.prototype.Load_DocumentStateAfterLoadChanges = function(State) ...@@ -14871,7 +14870,6 @@ CDocument.prototype.Load_DocumentStateAfterLoadChanges = function(State)
{ {
this.Set_ContentPosition(State.Pos, 0, 0); this.Set_ContentPosition(State.Pos, 0, 0);
this.NeedUpdateTarget = true; this.NeedUpdateTarget = true;
this.RecalculateCurPos();
} }
break; break;
......
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