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:
Teruaki Kawashima 2010-01-21 12:14:18 +00:00
parent ccf8e4e8ba
commit 7ebde8503b
2 changed files with 6 additions and 6 deletions

View file

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