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
1 changed files with 2 additions and 0 deletions

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