diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-03 00:14:05 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-03 00:14:05 +0000 |
| commit | 4675a2453ffae287cf3f567e761c046839d83e51 (patch) | |
| tree | 052ecadb0bdeb3b06ed0600181ca923ebee7b05d | |
| parent | e396c7774946f26b08a62a8bbf0e1fc6659a9610 (diff) | |
| download | rockbox-4675a2453ffae287cf3f567e761c046839d83e51.zip rockbox-4675a2453ffae287cf3f567e761c046839d83e51.tar.gz rockbox-4675a2453ffae287cf3f567e761c046839d83e51.tar.bz2 rockbox-4675a2453ffae287cf3f567e761c046839d83e51.tar.xz | |
Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting the volume in the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4000 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/wps.c | 3 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -100,10 +100,11 @@ void player_change_volume(int button) lcd_puts(2, 3, buffer); lcd_update(); #endif + status_draw(false); + if (!exit) button = button_get(true); } - status_draw(false); wps_refresh(id3,0, WPS_REFRESH_ALL); } #endif diff --git a/docs/CREDITS b/docs/CREDITS index 0010a13..8d69d71 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -77,3 +77,4 @@ Frederic Dang Ngoc Pierre Delore Huw Smith Garrett Derner +Barry McIntosh |