mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Document that currently flow mode does not care about RTL/LTR
This commit is contained in:
parent
769ca0c59f
commit
a681d71608
@ -207,6 +207,8 @@ def handle_shortcut(sc_name, evt):
|
|||||||
def layout(is_single_page):
|
def layout(is_single_page):
|
||||||
line_height(True)
|
line_height(True)
|
||||||
set_css(document.body, margin='0', border_width='0', padding='0')
|
set_css(document.body, margin='0', border_width='0', padding='0')
|
||||||
|
# flow mode does not care about RTL vs LTR
|
||||||
|
scroll_viewport.initialize_on_layout({'direction': 'ltr'})
|
||||||
|
|
||||||
|
|
||||||
def auto_scroll_resume():
|
def auto_scroll_resume():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user