background: fix vignette in overview
We no longer apply background effects when loading backgrounds. This commit fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=696712
This commit is contained in:
parent
16dc6ce41a
commit
76590d6c69
@ -241,6 +241,7 @@ const BackgroundCache = new Lang.Class({
|
|||||||
} else {
|
} else {
|
||||||
this._loadImageContent({ filename: params.filename,
|
this._loadImageContent({ filename: params.filename,
|
||||||
style: params.style,
|
style: params.style,
|
||||||
|
effects: params.effects,
|
||||||
cancellable: params.cancellable,
|
cancellable: params.cancellable,
|
||||||
onFinished: params.onFinished });
|
onFinished: params.onFinished });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user