mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Disable antialiasing text in playlists.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user