Don't use italic text for grouped view headers.

This commit is contained in:
craig.p.drummond
2014-03-17 19:48:48 +00:00
committed by craig.p.drummond
parent d66042fe8c
commit 9ea74fc428
2 changed files with 1 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
been added, not song.
36. After scanning replay gain, show original tag values in tooltips if
different to those calculated.
37. Don't use italic text for grouped view headers.
1.3.3
-----

View File

@@ -332,7 +332,6 @@ public:
QRect textRect(r.x(), r.y(), r.width()-(rtl ? (4*constBorder) : totalDurationWidth), textHeight);
QFont tf(f);
tf.setBold(true);
tf.setItalic(true);
title = QFontMetrics(tf).elidedText(title, Qt::ElideRight, textRect.width(), QPalette::WindowText);
painter->setFont(tf);
painter->drawText(textRect, title, textOpt);