Skip to content

Commit f356996

Browse files
committed
Set ime_active to false when the IME stops
1 parent 7f7f812 commit f356996

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platform/linuxbsd/x11/display_server_x11.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4517,6 +4517,7 @@ void DisplayServerX11::_xim_destroy_callback(::XIM im, ::XPointer client_data,
45174517

45184518
for (KeyValue<DisplayServerEnums::WindowID, WindowData> &E : ds->windows) {
45194519
E.value.xic = nullptr;
4520+
E.value.ime_active = false;
45204521
}
45214522
}
45224523

0 commit comments

Comments
 (0)