one more call using geometry rather than boundingRect
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=858894
This commit is contained in:
parent
eed04daf07
commit
d404d951f2
@ -1222,7 +1222,7 @@ void Containment::setWallpaper(const QString &pluginName, const QString &mode)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (d->wallpaper) {
|
if (d->wallpaper) {
|
||||||
d->wallpaper->setBoundingRect(geometry());
|
d->wallpaper->setBoundingRect(boundingRect());
|
||||||
|
|
||||||
KConfigGroup wallpaperConfig = KConfigGroup(&cfg, "Wallpaper");
|
KConfigGroup wallpaperConfig = KConfigGroup(&cfg, "Wallpaper");
|
||||||
wallpaperConfig = KConfigGroup(&wallpaperConfig, pluginName);
|
wallpaperConfig = KConfigGroup(&wallpaperConfig, pluginName);
|
||||||
|
Loading…
Reference in New Issue
Block a user