1
0
Fork 0
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:
Jonathan Gordon 2007-03-10 12:43:21 +00:00
parent 3631f11fea
commit a990ff2920
4 changed files with 6 additions and 9 deletions

View file

@ -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);
}