Fix view after playlist update

This commit is contained in:
2016-10-12 13:13:16 +02:00
parent 7b79dc3e57
commit d364f28039

View File

@@ -1994,6 +1994,7 @@ static void
current_tab_update (void)
{
g_current_tab.super.item_count = g_ctx.playlist.len;
app_fix_view_range ();
app_invalidate ();
}