From d364f28039e17eb8096b8c47119920d9cf6dd622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 12 Oct 2016 13:13:16 +0200 Subject: Fix view after playlist update --- nncmpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nncmpp.c b/nncmpp.c index 277235a..4abdcb3 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -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 (); } -- cgit v1.2.3