actions: reset highlight position of main playlist when cleared

This commit is contained in:
Marc Jessome
2014-01-04 13:29:36 -05:00
committed by Andrzej Rybczak
parent 554d684396
commit e339e72ec3

View File

@@ -1707,6 +1707,7 @@ void ClearMainPlaylist::run()
Statusbar::msg("Deleting items..."); Statusbar::msg("Deleting items...");
clearPlaylist(myPlaylist->main(), delete_fun, clear_fun); clearPlaylist(myPlaylist->main(), delete_fun, clear_fun);
Statusbar::msg("Items deleted"); Statusbar::msg("Items deleted");
myPlaylist->main().highlight(0);
} }
} }