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:
@ -308,7 +308,7 @@ class IbusCandidatePopup extends BoxPointer.BoxPointer {
|
||||
if (isVisible) {
|
||||
this.setPosition(this._dummyCursor, 0);
|
||||
this.open(BoxPointer.PopupAnimation.NONE);
|
||||
this.raise_top();
|
||||
this.get_parent().set_child_above_sibling(this, null);
|
||||
} else {
|
||||
this.close(BoxPointer.PopupAnimation.NONE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user