Commit fcbde1c8 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with calculating end of paragraphs page info.

parent eb3d85d3
......@@ -596,7 +596,10 @@ Paragraph.prototype.private_RecalculatePage = function(CurPage, bFirs
// Делаем проверки, не нужно ли сразу перенести параграф на новую страницу
//-------------------------------------------------------------------------------------------------------------
if (false === this.private_RecalculatePageBreak(CurLine, CurPage, PRS,ParaPr))
return PRS.RecalcResult;
{
this.Recalculate_PageEndInfo(null, CurPage);
return PRS.RecalcResult;
}
// Изначально обнуляем промежутки обтекания и наличие переноса строки
PRS.Reset_Ranges();
......
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