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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55734 954022d7-b5bf-4e40-9824-e11837661b57
parent c67e7c21
......@@ -203,7 +203,7 @@ CHeaderFooter.prototype =
// Ежели текущая страница не задана, тогда выставляем ту, которая оказалась пересчитанной первой. В противном
// случае, выставляем рассчет страницы, которая была до этого.
if ( -1 === this.RecalcInfo.CurPage )
if ( -1 === this.RecalcInfo.CurPage || false !== this.RecalcInfo.NeedRecalc[this.RecalcInfo.CurPage] )
{
this.RecalcInfo.CurPage = Page_abs;
......
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