diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js index 91263b71d..99c1dd46c 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -1090,7 +1090,6 @@ const ZoomRegion = new Lang.Class({ // chrome, the windows, etc. this._uiGroupClone = new Clutter.Clone({ source: Main.uiGroup }); mainGroup.add_actor(this._uiGroupClone); - Main.uiGroup.set_size(global.screen_width, global.screen_height); this._background.set_size(global.screen_width, global.screen_height); // Add either the given mouseSourceActor to the ZoomRegion, or a clone of @@ -1353,7 +1352,6 @@ const ZoomRegion = new Lang.Class({ if (!this.isActive()) return; - Main.uiGroup.set_size(global.screen_width, global.screen_height); this._background.set_size(global.screen_width, global.screen_height); if (this._screenPosition == GDesktopEnums.MagnifierScreenPosition.NONE)