From 471c11fd8e19550f41f463a4459097c886e5012f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 19 Aug 2014 07:50:32 +0200 Subject: [PATCH] * Disable antialiasing text in playlists. --- src/libtomahawk/playlist/PlaylistItemDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp index b045b4a73..602cbd797 100644 --- a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp +++ b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp @@ -567,7 +567,7 @@ PlaylistItemDelegate::drawTrack( QPainter* painter, const QStyleOptionViewItem& const track_ptr track = item->query()->track(); painter->save(); - painter->setRenderHint( QPainter::Antialiasing, true ); +// painter->setRenderHint( QPainter::Antialiasing, true ); if ( option.state & QStyle::State_Selected ) {