Updates status bar so volume change is visible immediately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1704 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c15b405e98
commit
c0f9bec7e1
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "button.h"
|
||||
#include "mpeg.h"
|
||||
#include "settings.h"
|
||||
#include "status.h"
|
||||
|
||||
static char *fmt[] =
|
||||
{
|
||||
|
@ -67,6 +68,7 @@ void set_sound(char* string,
|
|||
}
|
||||
lcd_puts(0,1,str);
|
||||
lcd_update();
|
||||
status_draw();
|
||||
|
||||
switch( button_get(true) ) {
|
||||
#ifdef HAVE_RECORDER_KEYPAD
|
||||
|
|
Loading…
Reference in a new issue