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:
parent
ab6ec26e7b
commit
c4a487bf96
@ -225,8 +225,8 @@ class IbusCandidatePopup extends BoxPointer.BoxPointer {
|
|||||||
this._setDummyCursorGeometry(
|
this._setDummyCursorGeometry(
|
||||||
windowActor.x + rect.x,
|
windowActor.x + rect.x,
|
||||||
windowActor.y + rect.y,
|
windowActor.y + rect.y,
|
||||||
rect.w,
|
rect.width,
|
||||||
rect.h);
|
rect.height);
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Only recent IBus versions have support for this signal
|
// Only recent IBus versions have support for this signal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user