Added lcd_update to make settings work ok on recorder

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-17 10:21:18 +00:00
parent 5a8a5b54f5
commit dbf59f490e

View file

@ -47,6 +47,7 @@ static void soundsetting(int setting)
while ( !done ) {
snprintf(buf,sizeof buf,"%d %% ",value);
lcd_puts(0,1,buf);
lcd_update();
switch ( button_get(true) ) {
#ifdef HAVE_RECORDER_KEYPAD