Commit 145764f3 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

пересчет zIndex'ов после наката изменений

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59684 954022d7-b5bf-4e40-9824-e11837661b57
parent a1729b00
......@@ -7798,6 +7798,7 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges"] = function(changes)
{
this._coAuthoringSetChanges(changes, new CDocumentColor( 191, 255, 199 ));
CollaborativeEditing.Apply_OtherChanges();
this.WordControl.m_oLogicDocument.DrawingObjects.zIndexManager.recalculate();
};
window["asc_docs_api"].prototype["asc_nativeApplyChanges2"] = function(data, isFull)
......@@ -7861,6 +7862,8 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges2"] = function(data, isF
CollaborativeEditing.Check_MergeData();
CollaborativeEditing.OnEnd_ReadForeignChanges();
this.WordControl.m_oLogicDocument.DrawingObjects.zIndexManager.recalculate();
}
g_oIdCounter.Set_Load( false );
......
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