mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 06:32:34 -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
|
|
@ -38,7 +38,8 @@ static void tv_notify_change_preferences(const struct tv_preferences *oldp,
|
|||
/*
|
||||
* the following items do not check.
|
||||
* - alignment
|
||||
* - scroll_mode
|
||||
* - horizontal_scroll_mode
|
||||
* - vertical_scroll_mode
|
||||
* - page_mode
|
||||
* - font
|
||||
* - autoscroll_speed
|
||||
|
|
@ -94,7 +95,8 @@ void tv_set_default_preferences(struct tv_preferences *p)
|
|||
p->line_mode = NORMAL;
|
||||
p->windows = 1;
|
||||
p->alignment = LEFT;
|
||||
p->scroll_mode = PAGE;
|
||||
p->horizontal_scroll_mode = SCREEN;
|
||||
p->vertical_scroll_mode = PAGE;
|
||||
p->page_mode = NO_OVERLAP;
|
||||
p->horizontal_scrollbar = SB_OFF;
|
||||
p->vertical_scrollbar = SB_OFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue