Maybe fix crash in song info.

This commit is contained in:
John Maguire 2010-12-14 19:00:05 +00:00
parent 6cb9bd5619
commit 7f6f1888cf
1 changed files with 1 additions and 1 deletions

View File

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