ibusCandidatePopup: Fix set-cursor-location-relative signal handling
Fixes: 6982f2daae
("ibus-candidate-popup: Scale coordinates from IBus")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8228
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3659>
This commit is contained in:
@@ -225,8 +225,8 @@ class IbusCandidatePopup extends BoxPointer.BoxPointer {
|
||||
this._setDummyCursorGeometry(
|
||||
windowActor.x + rect.x,
|
||||
windowActor.y + rect.y,
|
||||
rect.w,
|
||||
rect.h);
|
||||
rect.width,
|
||||
rect.height);
|
||||
});
|
||||
} catch (e) {
|
||||
// Only recent IBus versions have support for this signal
|
||||
|
Reference in New Issue
Block a user