diff --git a/js/ui/layout.js b/js/ui/layout.js index 304c2a152..2f1894775 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -351,6 +351,9 @@ var LayoutManager = new Lang.Class({ this._loadBackground(); this._pendingLoadBackground = false; } + } else { + this.primaryMonitor = null; + this.bottomMonitor = null; } },