mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
magnifier: Fix grayscale effect
Commit 8754b2767c added a grayscale effect to the magnifier,
but missed actually adding it to the actor.
https://bugzilla.gnome.org/show_bug.cgi?id=674499
This commit is contained in:
parent
d212d57466
commit
b7018de7e0
1 changed files with 1 additions and 0 deletions
|
|
@ -1648,6 +1648,7 @@ const MagShaderEffects = new Lang.Class({
|
|||
this._magView = uiGroupClone;
|
||||
this._magView.add_effect(this._inverse);
|
||||
this._magView.add_effect(this._brightnessContrast);
|
||||
this._magView.add_effect(this._colorSaturation);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue