mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 09:44:39 +02:00
Document that currently flow mode does not care about RTL/LTR
This commit is contained in:
parent
769ca0c59f
commit
a681d71608
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ def handle_shortcut(sc_name, evt):
|
|||
def layout(is_single_page):
|
||||
line_height(True)
|
||||
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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue