Commit 82be4099 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Частые перерисовки при наборе

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60181 954022d7-b5bf-4e40-9824-e11837661b57
parent c34e0b03
...@@ -1103,7 +1103,7 @@ function CCollaborativeEditing() ...@@ -1103,7 +1103,7 @@ function CCollaborativeEditing()
var Class = g_oTableId.Get_ById( item ); var Class = g_oTableId.Get_ById( item );
if ( null != Class ) if ( null != Class )
{ {
Class.Lock.Set_Type( locktype_Mine ); Class.Lock.Set_Type( locktype_Mine, false );
if(Class instanceof Slide) if(Class instanceof Slide)
editor.WordControl.m_oLogicDocument.DrawingDocument.UnLockSlide(Class.num); editor.WordControl.m_oLogicDocument.DrawingDocument.UnLockSlide(Class.num);
this.Add_Unlock2( Class ); this.Add_Unlock2( Class );
......
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