Commit 7c46b97d authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33194. Fixed an issue with recalculating second page of paragraph.

parent acd6e2c9
......@@ -2677,6 +2677,7 @@ CParagraphRecalculateStateWrap.prototype =
this.InTable = Paragraph.Parent.Is_TableCellContent();
this.SectPr = null;
this.Page = CurPage;
this.RunRecalcInfoLast = (0 === CurPage ? null : Paragraph.Pages[CurPage - 1].EndInfo.RunRecalcInfo);
this.RunRecalcInfoBreak = this.RunRecalcInfoLast;
},
......
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