52495f2c74
- Upstream update to 1.5.30 * Fix Super key is not handled in GTK 4 applications * ui/gtk3: Fix SEGV with Super-space in Wayland * tools: Fix ibus start/restart in Plasma Wayland 5696033 * ui/gtk3: Fix ibus-daemon timeout in Plasma Wayland * ui/gtk3: Set Indicator status at launching time * Implement preedit color in Plasma Wayland * Implement ibus start/restart for Plasma Wayland * Show preferences menu item in activate menu * Fix control keys with game application * Fix typing freeze with barcode reader * Fix preedit issue with X applications * setup/enginedialog: Improve the search for engines - Refresh ibus-ui-gtk3-restart-via-systemd.patch - Drop patches merged by the upstream * ibus-complete-preedit-signals-for-postprocesskeyevent.patch * ibus-enginesimple-dont-commit-any-characters.patch OBS-URL: https://build.opensuse.org/request/show/1186022 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=290
17 lines
511 B
Diff
17 lines
511 B
Diff
---
|
|
client/x11/main.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/client/x11/main.c
|
|
+++ b/client/x11/main.c
|
|
@@ -421,6 +421,9 @@ xim_set_ic_focus (XIMS xims, IMChangeFoc
|
|
GINT_TO_POINTER ((gint) call_data->icid));
|
|
g_return_val_if_fail (x11ic != NULL, 0);
|
|
|
|
+ /* make sure that focus has been already out */
|
|
+ ibus_input_context_focus_out (x11ic->context);
|
|
+
|
|
ibus_input_context_focus_in (x11ic->context);
|
|
_xim_set_cursor_location (x11ic);
|
|
|