mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
panel: Actually switch to connectObject()
Fixes: 29ba8ab03c ("panel: Use connectObject() for overview signals")
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3129>
This commit is contained in:
parent
29ba8ab03c
commit
731bd212c1
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ class Panel extends St.Widget {
|
|||
Main.overview.connectObject('showing',
|
||||
() => this.add_style_pseudo_class('overview'),
|
||||
this);
|
||||
Main.overview.connect('hiding',
|
||||
Main.overview.connectObject('hiding',
|
||||
() => this.remove_style_pseudo_class('overview'),
|
||||
this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue