mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Maybe fix crash in song info.
This commit is contained in:
parent
6cb9bd5619
commit
7f6f1888cf
@ -56,7 +56,7 @@ void SongInfoTextView::resizeEvent(QResizeEvent* e) {
|
||||
document()->setTextWidth(w);
|
||||
setMinimumHeight(document()->size().height());
|
||||
|
||||
QTextEdit::resizeEvent(e);
|
||||
QTextBrowser::resizeEvent(e);
|
||||
}
|
||||
|
||||
QSize SongInfoTextView::sizeHint() const {
|
||||
|
Loading…
Reference in New Issue
Block a user