mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Don't forget to set the client window on the slave
This commit is contained in:
parent
5c14089225
commit
6b7fef09ca
@ -289,6 +289,9 @@ gtk_im_multicontext_set_client_window (GtkIMContext *context,
|
||||
|
||||
if (g_strcmp0 (multicontext->context_id, get_effective_context_id (multicontext)) != 0)
|
||||
gtk_im_multicontext_set_slave (multicontext, NULL, FALSE);
|
||||
|
||||
if (multicontext->slave)
|
||||
gtk_im_context_set_client_window (multicontext->slave, window);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user