Swiping should scroll by screen not column

This commit is contained in:
Kovid Goyal 2016-08-20 12:33:31 +05:30
parent d0aff1e53a
commit 0f98eb7ac9

View File

@ -499,4 +499,4 @@ def handle_gesture(gesture):
pass # TODO: next/prev section pass # TODO: next/prev section
else: else:
if not gesture.active or gesture.is_held: if not gesture.active or gesture.is_held:
scroll_by_page(gesture.direction is 'right', False) scroll_by_page(gesture.direction is 'right', True)