Skip to content

Commit a1e209b

Browse files
committed
Merge pull request #115090 from deralmas/wayland-ime-bruh-moment
Wayland: Fix IME
2 parents 5b2f3f8 + 3a2a53f commit a1e209b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

platform/linuxbsd/wayland/wayland_thread.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,10 +3091,6 @@ void WaylandThread::_wp_text_input_on_enter(void *data, struct zwp_text_input_v3
30913091
return;
30923092
}
30933093

3094-
if (ss->ime_window_id == DisplayServer::INVALID_WINDOW_ID) {
3095-
return;
3096-
}
3097-
30983094
WindowState *ws = wl_surface_get_window_state(surface);
30993095
if (!ws) {
31003096
return;

0 commit comments

Comments
 (0)