the wallpaper is always a (0, 0) of the containment; don't rely on the boundingRect to give us that
svn path=/trunk/KDE/kdelibs/; revision=945044
This commit is contained in:
parent
bf640ddf9d
commit
7dd4f42869
@ -1090,7 +1090,7 @@ void Containment::resizeEvent(QGraphicsSceneResizeEvent *event)
|
||||
}
|
||||
|
||||
if (d->wallpaper) {
|
||||
d->wallpaper->setBoundingRect(boundingRect());
|
||||
d->wallpaper->setBoundingRect(QRectF(QPointF(0, 0), size()));
|
||||
}
|
||||
}
|
||||
|
||||
@ -1335,7 +1335,7 @@ void Containment::setWallpaper(const QString &pluginName, const QString &mode)
|
||||
}
|
||||
|
||||
if (d->wallpaper) {
|
||||
d->wallpaper->setBoundingRect(boundingRect());
|
||||
d->wallpaper->setBoundingRect(QRectF(QPointF(0, 0), size()));
|
||||
d->wallpaper->setRenderingMode(mode);
|
||||
|
||||
if (newPlugin) {
|
||||
|
Loading…
Reference in New Issue
Block a user