From 6a569e33ae52b9612d38b67b32174c4820ae5fcf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Sep 2024 00:29:18 +0200 Subject: [PATCH] LyricsPage: fix remaining SchedulePaint() call --- src/LyricsPage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyricsPage.cxx b/src/LyricsPage.cxx index cc4e42a7..ff786eb1 100644 --- a/src/LyricsPage.cxx +++ b/src/LyricsPage.cxx @@ -208,7 +208,7 @@ LyricsPage::OnTimeout() noexcept (int)std::chrono::duration_cast(options.lyrics_timeout).count()); /* schedule a full repaint so the page title gets updated */ - screen.SchedulePaint(); + SchedulePaint(); } void