From e45521c6c0b1eca5bbab079a0abd3b43154088ce Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 16 Oct 2020 23:57:18 +0200 Subject: [PATCH] Fix updating playing widget song details in small mode --- src/widgets/playingwidget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/playingwidget.cpp b/src/widgets/playingwidget.cpp index 27d9696f4..59a5c5c15 100644 --- a/src/widgets/playingwidget.cpp +++ b/src/widgets/playingwidget.cpp @@ -406,6 +406,8 @@ void PlayingWidget::UpdateDetailsText() { // if something spans multiple lines the height needs to change if (mode_ == LargeSongDetails) UpdateHeight(); + update(); + } void PlayingWidget::paintEvent(QPaintEvent *e) {