diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-03 16:58:17 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-03 16:58:17 +0000 |
| commit | c5abd150889f323ff4c643911d25f34444cbff05 (patch) | |
| tree | de00c2eac15fb046b0ac323789be34196c0c81fc /apps/debug_menu.c | |
| parent | 883e5ce778fd4b74644c4779539aba8c3a5c84f0 (diff) | |
| download | rockbox-c5abd150889f323ff4c643911d25f34444cbff05.zip rockbox-c5abd150889f323ff4c643911d25f34444cbff05.tar.gz rockbox-c5abd150889f323ff4c643911d25f34444cbff05.tar.bz2 rockbox-c5abd150889f323ff4c643911d25f34444cbff05.tar.xz | |
Stop scrolling when exiting the CPU boost log menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25795 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index af27d81..6305edc 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2511,6 +2511,7 @@ static bool cpu_boost_log(void) } } } + lcd_stop_scroll(); get_action(CONTEXT_STD,TIMEOUT_BLOCK); lcd_setfont(FONT_UI); return false; |