screenshield: use the correct actor for the background
Commit 4fd690333a
added the GLSL snippet to
the background actor, but then discarded the newly created actor.
This commit is contained in:
parent
e5f7390c09
commit
b9d50584d8
@ -409,7 +409,7 @@ const ScreenShield = new Lang.Class({
|
|||||||
GLSL_BLUR_EFFECT_CODE,
|
GLSL_BLUR_EFFECT_CODE,
|
||||||
true);
|
true);
|
||||||
this._background = new St.Bin({ style_class: 'screen-shield-background',
|
this._background = new St.Bin({ style_class: 'screen-shield-background',
|
||||||
child: Meta.BackgroundActor.new_for_screen(global.screen) });
|
child: backgroundActor });
|
||||||
this._lockScreenGroup.add_actor(this._background);
|
this._lockScreenGroup.add_actor(this._background);
|
||||||
this._lockScreenGroup.add_actor(this._lockScreenContents);
|
this._lockScreenGroup.add_actor(this._lockScreenContents);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user