From 50c3c76b13daa7f381217ac8564834ede59576f8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 5 Sep 2009 14:38:35 +0000 Subject: Fix FS#10588 by stopping scrolling in the radio screen instead of blindy relying on list code (which doesn't just stop scrolling entirely for the whole screen anymore). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22632 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/recorder') diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 31610a363e..c98f0f621d 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -1083,7 +1083,8 @@ int radio_screen(void) #ifndef HAVE_NOISY_IDLE_MODE cpu_idle_mode(false); #endif - + FOR_NB_SCREENS(i) + screens[i].scroll_stop(&vp[i]); viewportmanager_set_statusbar(oldbars); in_screen = false; #if CONFIG_CODEC != SWCODEC -- cgit v1.2.3