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:
@ -80,7 +80,7 @@ var XdndHandler = class {
|
||||
|
||||
// Make sure that the cursor window is on top
|
||||
if (this._cursorWindowClone)
|
||||
this._cursorWindowClone.raise_top();
|
||||
Main.uiGroup.set_child_above_sibling(this._cursorWindowClone, null);
|
||||
|
||||
let dragEvent = {
|
||||
x: x,
|
||||
|
Reference in New Issue
Block a user