forked from len0rd/rockbox
Stop scrolling before leaving directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8db6e4a63f
commit
364f97cc44
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ bool dirbrowse(char *root)
|
|||
}
|
||||
else
|
||||
start = dircursor = 0;
|
||||
lcd_stop_scroll();
|
||||
numentries = showdir(currdir, start);
|
||||
lcd_puts(0, LINE_Y+dircursor, CURSOR_CHAR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue