Playlist viewer: Fix off-by-one when moving tracks caused by r28131.
commitc38015e8b95a022bf44d224138678b73f11b3e3e
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Oct 2010 20:15:35 +0000 (2 20:15 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 2 Oct 2010 20:15:35 +0000 (2 20:15 +0000)
tree503936431c7b69c7cb1fd1e43bf6ca8309785502
parent7e0285e6edb8c69cdb4f93938f6dda3c2e196da7
Playlist viewer: Fix off-by-one when moving tracks caused by r28131.

The callbacks for the list code need the current item for rendering the moving track,
which is not known until after the first draw. Hence the first draw is off.
A second one is needed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28199 a1c6a512-1295-4272-9138-f99709370657
apps/playlist_viewer.c