mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -962,6 +962,8 @@ class WorkspaceBackground extends St.Widget {
|
|||
});
|
||||
this._updateRoundedClipBounds();
|
||||
|
||||
this._updateBorderRadius();
|
||||
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue