1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

* Fixed sidebar animation on win32.

This commit is contained in:
Christian Muehlhaeuser
2011-03-25 04:33:23 +01:00
parent 040bcf113e
commit 8135c8e6c7

View File

@@ -504,6 +504,8 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
smaller.setPointSize( smaller.pointSize() - 2 );
painter->setFont( smaller );
o.font = smaller;
#else
o.font = painter->font();
#endif
if ( ( option.state & QStyle::State_Enabled ) == QStyle::State_Enabled )