1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 12:56:52 +01:00

Fix updating playing widget song details in small mode

This commit is contained in:
Jonas Kvinge 2020-10-16 23:57:18 +02:00
parent d11fe8d4fc
commit e45521c6c0

View File

@ -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) {