actully paint the background; had put in a premature return to do some

performance measurements and forgot to remove it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=714783
This commit is contained in:
Aaron J. Seigo 2007-09-20 16:06:00 +00:00
parent c2ca506352
commit eb19605f15

View File

@ -139,7 +139,6 @@ void Containment::paintInterface(QPainter *painter,
const QStyleOptionGraphicsItem *option,
const QRect& contentsRect)
{
return;
//TODO: we should have a way to do this outside of the paint event!
if (d->background) {
d->background->resize(contentsRect.size());