1
0
Fork 0
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:
Björn Stenberg 2002-06-11 11:02:32 +00:00
parent 8db6e4a63f
commit 364f97cc44

View file

@ -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);
}