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:
parent
90ccc336b4
commit
22bc7de528
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue