mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 08:03:03 +02:00
...
This commit is contained in:
parent
f1dfa30e30
commit
5a57c4becd
1 changed files with 1 additions and 1 deletions
|
|
@ -568,8 +568,8 @@ def previous_page(self):
|
|||
delta_y = self.document.window_height - 25
|
||||
if self.document.at_top:
|
||||
if self.manager is not None:
|
||||
self.manager.previous_document()
|
||||
self.to_bottom = True
|
||||
self.manager.previous_document()
|
||||
else:
|
||||
opos = self.document.ypos
|
||||
upper_limit = opos - delta_y
|
||||
|
|
|
|||
Loading…
Reference in a new issue