mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
mpegplayer: reset foreground/background color and clear display in case they are changed in menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ccf8e4e8ba
commit
7ebde8503b
2 changed files with 6 additions and 6 deletions
|
@ -902,9 +902,6 @@ static int show_start_menu(uint32_t duration)
|
|||
}
|
||||
}
|
||||
|
||||
rb->lcd_clear_display();
|
||||
rb->lcd_update();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -962,9 +959,6 @@ int mpeg_menu(void)
|
|||
if (mpeg_menu_sysevent() != 0)
|
||||
result = MPEG_MENU_QUIT;
|
||||
|
||||
rb->lcd_clear_display();
|
||||
rb->lcd_update();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue