forked from len0rd/rockbox
FS#10781 - Scrolling doesn't stop when entering USB screen from WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23687 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bbc8b1b8cb
commit
591ef80c9c
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,11 @@ static void usb_screens_draw(struct usb_screen_vps_t *usb_screen_vps_ar)
|
|||
int i;
|
||||
int usb_bars = VP_SB_ALLSCREENS; /* force statusbars */
|
||||
|
||||
lcd_clear_display();
|
||||
#ifdef HAVE_LCD_REMOTE
|
||||
lcd_remote_clear_display();
|
||||
#endif
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
struct screen *screen = &screens[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue