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