should be boundingrect; wallpapers paint relative to the containment at all times

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=858893
This commit is contained in:
Aaron J. Seigo 2008-09-08 22:56:55 +00:00
parent 2c2e7ecf3b
commit eed04daf07

View File

@ -978,7 +978,7 @@ void Containment::resizeEvent(QGraphicsSceneResizeEvent *event)
{
Applet::resizeEvent(event);
if (d->wallpaper) {
d->wallpaper->setBoundingRect(geometry());
d->wallpaper->setBoundingRect(boundingRect());
}
}