forked from len0rd/rockbox
showdir() should always redraw status bar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82ab828389
commit
6cafc14e75
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ static int showdir(char *path, int start)
|
||||||
LCD_HEIGHT - SCROLLBAR_Y, filesindir, start,
|
LCD_HEIGHT - SCROLLBAR_Y, filesindir, start,
|
||||||
start + tree_max_on_screen, VERTICAL);
|
start + tree_max_on_screen, VERTICAL);
|
||||||
#endif
|
#endif
|
||||||
status_draw(false);
|
status_draw(true);
|
||||||
return filesindir;
|
return filesindir;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue