fix text scrolling handling in do_menu, set_time_screen and time_screen.
commitf42c9824ad9c5baa37cb0777937e455a94d6a2f3
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
parent4bd6d85ab1ff9377e2c0c98d70e67b47391729d0
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