mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 08:21:54 +02:00
* Disable antialiasing text in playlists.
This commit is contained in:
parent
306feab812
commit
471c11fd8e
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user