Don't use italic text anywhere - Arabic text doesn't have italics. Fixes #4329

This commit is contained in:
David Sansome 2014-05-11 20:42:49 +10:00
parent 18f72f3ada
commit 98b6b6f906
2 changed files with 0 additions and 2 deletions

View File

@ -476,7 +476,6 @@ void PlaylistView::drawRow(QPainter* painter,
QPalette::HighlightedText));
opt.palette.setColor(QPalette::Highlight, Qt::transparent);
opt.palette.setColor(QPalette::AlternateBase, Qt::transparent);
opt.font.setItalic(true);
opt.decorationSize = QSize(20, 20);
// Draw the actual row data on top. We cache this, because it's fairly

View File

@ -109,7 +109,6 @@ void ExtendedEditor::Paint(QPaintDevice* device) {
QPainter p(device);
QFont font;
font.setItalic(true);
font.setBold(false);
font.setPointSizeF(font_point_size_);