SVN_SILENT: make it compile with DYNAMIC_SHADOWS on
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803838
This commit is contained in:
parent
5df3e2846b
commit
e8ebd60879
@ -536,7 +536,7 @@ void Applet::setBackgroundHints(const BackgroundHints hints)
|
||||
if (d->shadow) {
|
||||
d->shadow->setVisible(true);
|
||||
} else {
|
||||
shadow = new ShadowItem(this);
|
||||
d->shadow = new ShadowItem(this);
|
||||
if (scene()) {
|
||||
scene()->addItem(d->shadow);
|
||||
d->shadow->show();
|
||||
|
Loading…
Reference in New Issue
Block a user