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

Сделано, чтобы пересчет начинался с нормальной координатой по Y для многострочных формул.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60985 954022d7-b5bf-4e40-9824-e11837661b57
parent ed17efc5
......@@ -521,6 +521,8 @@ Paragraph.prototype.private_RecalculatePage = function(CurPage)
PRS.Reset_Ranges();
PRS.Reset_PageBreak();
PRS.Reset_RunRecalcInfo();
PRS.Y = this.Lines[CurLine].Top;
}
}
else if (recalcresult_CurLine === RecalcResult)
......
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