diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 0069cdd00..bf631a5f0 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -981,6 +981,11 @@ class WorkspaceBackground extends Shell.WorkspaceBackground { useContentSize: false, }); + this._bgManager.connect('changed', () => { + this._updateRoundedClipBounds(); + this._updateBorderRadius(); + }); + global.display.connectObject('workareas-changed', () => { this._workarea = Main.layoutManager.getWorkAreaForMonitor(monitorIndex); this._updateRoundedClipBounds();