From 152c023f95b922ace1f2b2509ac793792b80fe48 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Fri, 16 Aug 2002 23:41:10 +0000 Subject: Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1790 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index cab9aec5ef..d8ec1212f2 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -530,6 +530,9 @@ int wps_show(void) if ( mpeg_is_playing() && id3 && id3->length ) { mpeg_pause(); +#ifdef HAVE_PLAYER_KEYPAD + lcd_stop_scroll(); +#endif status_set_playmode(STATUS_FASTBACKWARD); status_draw(); ff_rewind = true; @@ -559,6 +562,9 @@ int wps_show(void) if ( mpeg_is_playing() && id3 && id3->length ) { mpeg_pause(); +#ifdef HAVE_PLAYER_KEYPAD + lcd_stop_scroll(); +#endif status_set_playmode(STATUS_FASTFORWARD); status_draw(); ff_rewind = true; -- cgit v1.2.3