Fix view after playlist update

This commit is contained in:
Přemysl Eric Janouch 2016-10-12 13:13:16 +02:00
parent 7b79dc3e57
commit d364f28039
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 0 deletions

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 ();
}