Commit fbfccecc authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Поправлено падение при наборе текста и выходе за границы документа для inline...

Поправлено падение при наборе текста и выходе за границы документа для inline формул, в начале которых стоит пустой Run перед мат объектом 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62900 954022d7-b5bf-4e40-9824-e11837661b57
parent 29fe6ce2
......@@ -3912,6 +3912,8 @@ CMathContent.prototype.Recalculate_Range = function(PRS, ParaPr, Depth)
PRS.Update_CurPos(0, Depth);
PRS.Update_CurPos(0, Depth+1); // нулевой элемент всегда Run
PRS.Set_LineBreakPos(0);
if(PRS.Word == true)
{
PRS.FirstItemOnLine = 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