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:
parent
2c2e7ecf3b
commit
eed04daf07
@ -978,7 +978,7 @@ void Containment::resizeEvent(QGraphicsSceneResizeEvent *event)
|
|||||||
{
|
{
|
||||||
Applet::resizeEvent(event);
|
Applet::resizeEvent(event);
|
||||||
if (d->wallpaper) {
|
if (d->wallpaper) {
|
||||||
d->wallpaper->setBoundingRect(geometry());
|
d->wallpaper->setBoundingRect(boundingRect());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user