mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 21:24:44 +01:00
...
This commit is contained in:
parent
9fa545f5d9
commit
53ffa30767
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ def content_loaded(self):
|
|||
self.last_window_width, self.last_window_height = scroll_viewport.width(), scroll_viewport.height()
|
||||
apply_settings()
|
||||
self.fix_fullscreen_svg_images()
|
||||
self.do_layout()
|
||||
self.do_layout(self.is_titlepage)
|
||||
if self.mathjax:
|
||||
return apply_mathjax(self.mathjax, self.book.manifest.link_uid, self.content_loaded_stage2)
|
||||
self.content_loaded_stage2()
|
||||
|
|
|
|||
Loading…
Reference in a new issue