workspace: Update bg border radius in constructor
Otherwise non-zero initial value of stateAdjustment will produce incorrect radius. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1964>
This commit is contained in:
parent
1d607cf18f
commit
b21b43e318
@ -962,6 +962,8 @@ class WorkspaceBackground extends St.Widget {
|
||||
});
|
||||
this._updateRoundedClipBounds();
|
||||
|
||||
this._updateBorderRadius();
|
||||
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user