diff --git a/js/ui/background.js b/js/ui/background.js index c50ae29a0..1f9e49490 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -222,7 +222,7 @@ const BackgroundCache = new Lang.Class({ continue; if (params.style == GDesktopEnums.BackgroundStyle.SPANNED && - this._images[i].monitor_index != this._monitorIndex) + this._images[i].monitor != params.monitorIndex) continue; candidateContent = this._images[i];