fix text scrolling handling in do_menu, set_time_screen and time_screen.
commit2b75018c439b5d0450396365088e5c0d07352c0a
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 11 Feb 2010 10:41:06 +0000 (11 10:41 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 11 Feb 2010 10:41:06 +0000 (11 10:41 +0000)
treefb6e01220844fa1c0a9f92643ccaddb70fcb66b4
parent3d3a1ccf5565e60067f9da58f6b1af5e23785fc5
fix text scrolling handling in do_menu, set_time_screen and time_screen.
Don't scroll text in time_screen(). the lines will be redrawn before scrolling statrs, so they don't scroll anyway.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24591 a1c6a512-1295-4272-9138-f99709370657
apps/gui/bitmap/list.c
apps/gui/charcell/list.c
apps/gui/color_picker.c
apps/gui/list.h
apps/menu.c
apps/menus/main_menu.c
apps/menus/time_menu.c
apps/screens.c