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:
Florian Müllner 2012-07-13 20:05:23 +02:00
parent d212d57466
commit b7018de7e0

View File

@ -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);
},
/**