forked from len0rd/rockbox
Fix bidir scroll settings restore logic for player (patch #684992 by Craig Sather)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f1a6855742
commit
f0d02aad56
1 changed files with 1 additions and 1 deletions
|
|
@ -500,9 +500,9 @@ void settings_apply(void)
|
||||||
else
|
else
|
||||||
font_reset();
|
font_reset();
|
||||||
|
|
||||||
lcd_bidir_scroll(global_settings.bidir_limit);
|
|
||||||
lcd_scroll_step(global_settings.scroll_step);
|
lcd_scroll_step(global_settings.scroll_step);
|
||||||
#endif
|
#endif
|
||||||
|
lcd_bidir_scroll(global_settings.bidir_limit);
|
||||||
lcd_scroll_delay(global_settings.scroll_delay * (HZ/10));
|
lcd_scroll_delay(global_settings.scroll_delay * (HZ/10));
|
||||||
|
|
||||||
if ( global_settings.lang_file[0] &&
|
if ( global_settings.lang_file[0] &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue