forked from len0rd/rockbox
Now clears the buttonbar before drawing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4017 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a2e2c82a9
commit
de8b0c31a6
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ void buttonbar_set(char* caption1, char *caption2, char *caption3)
|
|||
|
||||
void buttonbar_draw(void)
|
||||
{
|
||||
lcd_clearrect(0, LCD_HEIGHT-8, LCD_WIDTH, 8);
|
||||
draw_buttonbar_btn(0, stored_caption1);
|
||||
draw_buttonbar_btn(1, stored_caption2);
|
||||
draw_buttonbar_btn(2, stored_caption3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue