playlist editor: add data fetch delay after position changes

This commit is contained in:
Andrzej Rybczak
2014-08-30 15:39:36 +02:00
parent a9c1e3811b
commit f7611e9fb0
3 changed files with 18 additions and 2 deletions

View File

@@ -2798,6 +2798,8 @@ void listsChangeFinisher()
else if (myScreen->isActiveWindow(myPlaylistEditor->Playlists))
{
myPlaylistEditor->Content.clear();
myPlaylistEditor->Content.refresh();
myPlaylistEditor->updateTimer();
}
# ifdef HAVE_TAGLIB_H
else if (myScreen->activeWindow() == myTagEditor->Dirs)