Commit 4156ca44 authored by Ilya Kirillov's avatar Ilya Kirillov

Исправлен баг при рассчете.

parent 38637c01
......@@ -2288,7 +2288,7 @@ CDocument.prototype.Recalculate_PageColumn = function()
if (undefined !== PrevElement.Get_SectionPr())
{
var PrevSectPr = PrevElement.Get_SectionPr();
var CurSectPr = this.LogicDocument.SectionsInfo.Get_SectPr(Index).SectPr;
var CurSectPr = this.SectionsInfo.Get_SectPr(Index).SectPr;
if (c_oAscSectionBreakType.Continuous !== CurSectPr.Get_Type() || true !== CurSectPr.Compare_PageSize(PrevSectPr))
bNeedPageBreak = false;
}
......
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