1
0
Fork 0
forked from len0rd/rockbox

Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-11-03 00:28:23 +00:00
parent 4675a2453f
commit ff8100596f

View file

@ -417,6 +417,9 @@ static bool ffwd_rew(int button)
if (!exit)
button = button_get(true);
}
/* let mpeg thread update id3->elapsed before calling wps_refresh */
yield();
wps_refresh(id3, 0, WPS_REFRESH_ALL);
return usb;
}