magnifier: Fix grayscale effect
Commit 8754b2767c1b54e 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
@ -1648,6 +1648,7 @@ const MagShaderEffects = new Lang.Class({
|
|||||||
this._magView = uiGroupClone;
|
this._magView = uiGroupClone;
|
||||||
this._magView.add_effect(this._inverse);
|
this._magView.add_effect(this._inverse);
|
||||||
this._magView.add_effect(this._brightnessContrast);
|
this._magView.add_effect(this._brightnessContrast);
|
||||||
|
this._magView.add_effect(this._colorSaturation);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user