forked from len0rd/rockbox
Accept FS#6747 by Timo Horstschäfer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12704 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3631f11fea
commit
a990ff2920
4 changed files with 6 additions and 9 deletions
|
@ -1287,8 +1287,6 @@ static bool viewer_options_menu(void)
|
|||
result = rb->menu_run(m);
|
||||
rb->menu_exit(m);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
rb->lcd_setmargins(0,0);
|
||||
|
||||
/* Show-scrollbar mode for current view-width mode */
|
||||
if (!ONE_SCREEN_FITS_ALL())
|
||||
if (prefs.scrollbar_mode == true)
|
||||
|
@ -1328,9 +1326,6 @@ static void viewer_menu(void)
|
|||
break;
|
||||
}
|
||||
rb->menu_exit(m);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
rb->lcd_setmargins(0,0);
|
||||
#endif
|
||||
viewer_draw(col);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue