Commit c71c2431 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with recalculating a long footnotes.

parent 09213d23
...@@ -141,8 +141,8 @@ CFootEndnote.prototype.AddDefaultFootnoteContent = function(sText) ...@@ -141,8 +141,8 @@ CFootEndnote.prototype.AddDefaultFootnoteContent = function(sText)
}; };
CFootEndnote.prototype.Recalculate_Page = function(PageIndex, bStart) CFootEndnote.prototype.Recalculate_Page = function(PageIndex, bStart)
{ {
CFootEndnote.superclass.Recalculate_Page.call(this, PageIndex, bStart);
this.NeedUpdateHint = true; this.NeedUpdateHint = true;
return CFootEndnote.superclass.Recalculate_Page.call(this, PageIndex, bStart);
}; };
CFootEndnote.prototype.GetHint = function() CFootEndnote.prototype.GetHint = 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