Commit ea35e639 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35668

parent ac837b27
......@@ -1284,7 +1284,7 @@ CPresentation.prototype =
this.DrawingDocument.Notes_OnRecalculate(this.CurPage, this.Slides[this.CurPage].NotesWidth, this.Slides[this.CurPage].getNotesHeight());
}
}
if(bEndRecalc){
if(bEndRecalc || this.Slides.length === 0){
this.DrawingDocument.OnEndRecalculate();
}
}
......
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