Fix updating playing widget song details in small mode
This commit is contained in:
parent
d11fe8d4fc
commit
e45521c6c0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue