mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Swiping should scroll by screen not column
This commit is contained in:
parent
d0aff1e53a
commit
0f98eb7ac9
@ -499,4 +499,4 @@ def handle_gesture(gesture):
|
||||
pass # TODO: next/prev section
|
||||
else:
|
||||
if not gesture.active or gesture.is_held:
|
||||
scroll_by_page(gesture.direction is 'right', False)
|
||||
scroll_by_page(gesture.direction is 'right', True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user