]> git.sesse.net Git - vlc/commit
Should fix playlist scrolling
authorClément Stenac <zorglub@videolan.org>
Sat, 3 Dec 2005 13:34:40 +0000 (13:34 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 3 Dec 2005 13:34:40 +0000 (13:34 +0000)
commitcc5e6f6c13da199a155b1b7e86f63424c5336a17
tree45f451f038a7d5a49d4f0b6e0e90d7f971989caa
parentd03436e7d9d3bf17aecc632c6c2161707cb4d9c1
Should fix playlist scrolling

playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)
modules/gui/skins2/controls/ctrl_tree.cpp
modules/gui/skins2/src/vlcproc.cpp