mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
cleanup: Replace deprecated lower/raise calls
Those methods have been deprecated for a long time, so move to the drop-in replacement. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/808
This commit is contained in:
parent
0617be9fb9
commit
1e203f4631
16 changed files with 39 additions and 32 deletions
|
|
@ -892,7 +892,7 @@ var PopupMenu = class extends PopupMenuBase {
|
|||
this._boxPointer.setPosition(this.sourceActor, this._arrowAlignment);
|
||||
this._boxPointer.open(animate);
|
||||
|
||||
this.actor.raise_top();
|
||||
this.actor.get_parent().set_child_above_sibling(this.actor, null);
|
||||
|
||||
this.emit('open-state-changed', true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue