Commit a6c00012 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с необновлением линеек после удаления(баг 26701).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58512 954022d7-b5bf-4e40-9824-e11837661b57
parent aaebb31f
......@@ -3517,9 +3517,8 @@ CDocument.prototype =
this.ContentLastChangePos = this.CurPos.ContentPos;
this.Recalculate();
this.Interface_Update_ParaPr();
this.Interface_Update_TextPr();
this.Document_UpdateInterfaceState();
this.Document_UpdateRulersState();
return;
}
else if ( this.CurPos.ContentPos < this.Content.length - 1 && type_Paragraph == this.Content[this.CurPos.ContentPos + 1].GetType() )
......@@ -3659,6 +3658,7 @@ CDocument.prototype =
}
this.Document_UpdateInterfaceState();
this.Document_UpdateRulersState();
}
},
......
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