mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f1dfa30e30
commit
5a57c4becd
@ -568,8 +568,8 @@ class DocumentView(QWebView):
|
||||
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…
x
Reference in New Issue
Block a user