Do not paint twice most Plasma::Label out there!

svn path=/trunk/KDE/kdelibs/; revision=1150751
This commit is contained in:
Jacopo De Simoi 2010-07-16 17:04:37 +00:00
parent 451049664e
commit 7879ff137c

View File

@ -287,8 +287,6 @@ void Label::paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
QWidget *widget)
{
QGraphicsProxyWidget::paint(painter, option, widget);
QLabel *native = nativeWidget();
QFontMetrics fm = native->font();