diff options
Diffstat (limited to 'nncmpp.c')
-rw-r--r-- | nncmpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); } |