magnifier: 'color-saturation' is a double not a boolean
This commit is contained in:
parent
b479eec758
commit
ec78dd60fc
@ -602,7 +602,7 @@ const Magnifier = new Lang.Class({
|
|||||||
// Applies only to the first zoom region.
|
// Applies only to the first zoom region.
|
||||||
if (this._zoomRegions.length) {
|
if (this._zoomRegions.length) {
|
||||||
this._zoomRegions[0].setColorSaturation(
|
this._zoomRegions[0].setColorSaturation(
|
||||||
this._settings.get_boolean(COLOR_SATURATION_KEY)
|
this._settings.get_double(COLOR_SATURATION_KEY)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user