1
0
Fork 0
forked from len0rd/rockbox

text viewer: fixed the following bugs.

- the statusbar of the preferences is not correct when the settings file loads.
- overlaps the statusbar of the skin and default one. (FS#11455)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-07-07 12:07:23 +00:00
parent e5a257607d
commit 276dfa23b6
3 changed files with 11 additions and 7 deletions

View file

@ -59,7 +59,7 @@ enum plugin_status plugin_start(const void* file)
while (!done) {
#ifdef HAVE_LCD_BITMAP
if (rb->global_settings->statusbar != STATUSBAR_OFF && preferences->statusbar)
rb->gui_syncstatusbar_draw(rb->statusbars, true);
rb->sb_skin_update(SCREEN_MAIN, true);
#endif
if (display_update)