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:
Mats Lidell 2002-08-13 09:15:21 +00:00
parent c15b405e98
commit c0f9bec7e1

View file

@ -24,6 +24,7 @@
#include "button.h" #include "button.h"
#include "mpeg.h" #include "mpeg.h"
#include "settings.h" #include "settings.h"
#include "status.h"
static char *fmt[] = static char *fmt[] =
{ {
@ -67,6 +68,7 @@ void set_sound(char* string,
} }
lcd_puts(0,1,str); lcd_puts(0,1,str);
lcd_update(); lcd_update();
status_draw();
switch( button_get(true) ) { switch( button_get(true) ) {
#ifdef HAVE_RECORDER_KEYPAD #ifdef HAVE_RECORDER_KEYPAD