mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 17:53:06 +02:00
...
This commit is contained in:
parent
9bca871440
commit
491e5698cf
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ def get_color_scheme(self, apply_to_margins):
|
|||
return ans
|
||||
|
||||
def on_resize(self):
|
||||
self.set_margins() # needed because of max text height/width
|
||||
if self.book and self.currently_showing.name:
|
||||
self.set_margins() # needed because of max text height/width
|
||||
|
||||
def show_loading(self):
|
||||
title = self.book.metadata.title
|
||||
|
|
|
|||
Loading…
Reference in a new issue