forked from len0rd/rockbox
Turn off double-height when displaying file list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa9776404f
commit
3952692571
1 changed files with 3 additions and 1 deletions
|
|
@ -126,7 +126,9 @@ static int showdir(char *path, int start)
|
|||
lastdir[sizeof(lastdir)-1] = 0;
|
||||
qsort(dircacheptr,filesindir,sizeof(struct entry*),compare);
|
||||
}
|
||||
|
||||
#ifdef HAVE_NEW_CHARCELL_LCD
|
||||
lcd_double_height(false);
|
||||
#endif
|
||||
lcd_clear_display();
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_putsxy(0,0, "[Browse]",0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue