mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
text viewer: can selected scroll by column/scroll by screen for the horizontal screen.
Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04fd0ce374
commit
1ce70a679c
9 changed files with 134 additions and 72 deletions
|
|
@ -224,7 +224,7 @@ void tv_select_bookmark(void)
|
|||
}
|
||||
|
||||
/* move to the select position */
|
||||
if (tv_get_preferences()->scroll_mode == PAGE)
|
||||
if (tv_get_preferences()->vertical_scroll_mode == PAGE)
|
||||
select_pos.line = 0;
|
||||
|
||||
tv_move_screen(select_pos.page, select_pos.line, SEEK_SET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue