From 008b4c7b1f589780be0e2624337484c085cacbe0 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 4 Jun 2024 21:52:57 +1000 Subject: Speed up animation of the seek bar. --- library.c | 1 + 1 file changed, 1 insertion(+) (limited to 'library.c') diff --git a/library.c b/library.c index 1ff2510..350789a 100644 --- a/library.c +++ b/library.c @@ -219,6 +219,7 @@ int sound_mix( ); if (!r) p->play = 0; p->cs += r; + ui_update_seek(p); return r * p->channels * 4; } -- cgit v1.2.3-54-g00ecf