From 25ab6a9450d7787f1155eef26bcf3e9128b8e619 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 4 May 2016 17:45:44 +0900 Subject: [PATCH] Fix bug IME does not hide in case context is deleted Change-Id: I34e358d0bfedec6e1195ee815837571374924f8d --- ism/extras/wayland_immodule/wayland_imcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c index c192adb..c0c2d13 100644 --- a/ism/extras/wayland_immodule/wayland_imcontext.c +++ b/ism/extras/wayland_immodule/wayland_imcontext.c @@ -1015,7 +1015,7 @@ wayland_im_context_del(Ecore_IMF_Context *ctx) _focused_ctx = NULL; if (_hide_req_ctx == ctx && _hide_timer) - ecore_imf_context_input_panel_hide(ctx); + _input_panel_hide(ctx, EINA_TRUE); if (_show_req_ctx == ctx) _show_req_ctx = NULL; -- 2.7.4