mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
* Set pen color correctly for Inbox.
This commit is contained in:
committed by
Michael Zanetti
parent
f1483bfe3f
commit
62db235b3c
@@ -711,7 +711,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
||||
painter->setFont( figFont );
|
||||
|
||||
QColor figColor( TomahawkStyle::SIDEBAR_ROUNDFIGURE_INBOX_BACKGROUND );
|
||||
painter->setPen( figColor );
|
||||
painter->setPen( Qt::white );
|
||||
painter->setBrush( figColor );
|
||||
|
||||
TomahawkUtils::drawBackgroundAndNumbers( painter, count, figRect );
|
||||
|
Reference in New Issue
Block a user