|
@@ -3040,7 +3040,7 @@ void DisplayServerX11::window_set_ime_active(const bool p_active, WindowID p_win
|
|
|
XWindowAttributes xwa;
|
|
|
XSync(x11_display, False);
|
|
|
XGetWindowAttributes(x11_display, wd.x11_xim_window, &xwa);
|
|
|
- if (xwa.map_state == IsViewable && _window_focus_check()) {
|
|
|
+ if (xwa.map_state == IsViewable) {
|
|
|
_set_input_focus(wd.x11_xim_window, RevertToParent);
|
|
|
}
|
|
|
XSetICFocus(wd.xic);
|