Commit acee7d85 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35138

parent 117ac5d0
......@@ -3507,9 +3507,7 @@ CDocument.prototype.private_RecalculateHdrFtrPageCountUpdate = function()
}
if (nPageAbs >= nPagesCount)
{
this.DrawingDocument.OnEndRecalculate(true);
}
this.DrawingDocument.OnEndRecalculate(false, true);
};
CDocument.prototype.OnColumnBreak_WhileRecalculate = function()
{
......
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