Prevent statusbar from flickering in the 'Set Time/Date' screen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13972 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-07-24 20:22:23 +00:00
parent 90ccc336b4
commit 22bc7de528

View file

@ -987,7 +987,7 @@ bool set_time_screen(const char* title, struct tm *tm)
/* draw the screen */
screens[s].set_drawmode(DRMODE_SOLID);
screens[s].clear_display();
gui_textarea_clear(&screens[s]);
/* display the screen title */
screens[s].puts_scroll(0, 0, title);