Skip to content

Commit ad06c9f

Browse files
committed
Merge pull request godotengine#118404 from Rindbee/set-ime_active-to-false-when-the-IME-stops
Set `ime_active` to `false` when the IME stops on X11
2 parents d9fca40 + f356996 commit ad06c9f

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
@@ -4520,6 +4520,7 @@ void DisplayServerX11::_xim_destroy_callback(::XIM im, ::XPointer client_data,
45204520

45214521
for (KeyValue<DisplayServerEnums::WindowID, WindowData> &E : ds->windows) {
45224522
E.value.xic = nullptr;
4523+
E.value.ime_active = false;
45234524
}
45244525
}
45254526

0 commit comments

Comments
 (0)