diff options
| author | Markus Braun <markus.braun@krawel.de> | 2002-10-21 13:14:25 +0000 |
|---|---|---|
| committer | Markus Braun <markus.braun@krawel.de> | 2002-10-21 13:14:25 +0000 |
| commit | bc254fe95f255e779b716ceb5ded09bda3857a2b (patch) | |
| tree | bb01dd6e67cc6fe41d8ff6e0cccdeca411cde29b /apps/wps.c | |
| parent | f45345edd9a8dd7b3c1dde4560fa59dbc4a387bf (diff) | |
| download | rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.zip rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.tar.gz rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.tar.bz2 rockbox-bc254fe95f255e779b716ceb5ded09bda3857a2b.tar.xz | |
Added multiline scroll support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2729 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
| -rw-r--r-- | apps/wps.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -700,6 +700,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); @@ -833,6 +835,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); |