Skip to content

imcontext: Connect notify::is-active signal for gtk_im_context_focus_in

GtkIMcontext needs to be called gtk_im_context_focus_in|out when the focus is switched with Alt-Tab key. Now only the toplevel window can receive the focus change events between windows and GtkTextview and GtkEntry connect to notify::is-active signal.

Fixes: #2390 (closed)

Merge request reports