From 7879ff137cbad818512af84a28b7b8a1ca8bd4dc Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 16 Jul 2010 17:04:37 +0000 Subject: [PATCH] Do not paint twice most Plasma::Label out there! svn path=/trunk/KDE/kdelibs/; revision=1150751 --- widgets/label.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/widgets/label.cpp b/widgets/label.cpp index ea6907202..58c7a6ed5 100644 --- a/widgets/label.cpp +++ b/widgets/label.cpp @@ -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();