1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

Revert "* Fixed sidebar animation on win32."

This reverts commit 8135c8e6c7.
This commit is contained in:
Christian Muehlhaeuser
2011-03-25 04:48:09 +01:00
parent 8135c8e6c7
commit 9c339ac55d

View File

@@ -504,8 +504,6 @@ 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 )