1
0
Fork 0
forked from len0rd/rockbox

don't show the scrollbar after turning it off in the menu.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15775 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2007-11-23 15:42:08 +00:00
parent 20dbc1b21f
commit b3f155d6a1

View file

@ -1356,9 +1356,7 @@ static bool viewer_options_menu(void)
rb->lcd_setmargins(0,0);
/* Show-scrollbar mode for current view-width mode */
if (!ONE_SCREEN_FITS_ALL())
if (prefs.scrollbar_mode == true)
init_need_scrollbar();
init_need_scrollbar();
#endif
return result;
}