This commit is contained in:
Kovid Goyal 2019-10-08 12:55:19 +05:30
parent 9fa545f5d9
commit 53ffa30767
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -254,7 +254,7 @@ class IframeBoss:
self.last_window_width, self.last_window_height = scroll_viewport.width(), scroll_viewport.height() self.last_window_width, self.last_window_height = scroll_viewport.width(), scroll_viewport.height()
apply_settings() apply_settings()
self.fix_fullscreen_svg_images() self.fix_fullscreen_svg_images()
self.do_layout() self.do_layout(self.is_titlepage)
if self.mathjax: if self.mathjax:
return apply_mathjax(self.mathjax, self.book.manifest.link_uid, self.content_loaded_stage2) return apply_mathjax(self.mathjax, self.book.manifest.link_uid, self.content_loaded_stage2)
self.content_loaded_stage2() self.content_loaded_stage2()