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:
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
Block a user