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:
parent
20dbc1b21f
commit
b3f155d6a1
1 changed files with 1 additions and 3 deletions
|
|
@ -1356,9 +1356,7 @@ static bool viewer_options_menu(void)
|
||||||
rb->lcd_setmargins(0,0);
|
rb->lcd_setmargins(0,0);
|
||||||
|
|
||||||
/* Show-scrollbar mode for current view-width mode */
|
/* Show-scrollbar mode for current view-width mode */
|
||||||
if (!ONE_SCREEN_FITS_ALL())
|
init_need_scrollbar();
|
||||||
if (prefs.scrollbar_mode == true)
|
|
||||||
init_need_scrollbar();
|
|
||||||
#endif
|
#endif
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue