Fix issue back key doesn't work in case of deleting input context 99/68299/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 3 May 2016 10:08:06 +0000 (19:08 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 3 May 2016 10:08:06 +0000 (19:08 +0900)
Change-Id: If8fbd433bbd09bd1dee8964351c7d56466c9e75c

ism/extras/wayland_immodule/wayland_imcontext.c

index a846bc9..c192adb 100644 (file)
@@ -1016,6 +1016,9 @@ wayland_im_context_del(Ecore_IMF_Context *ctx)
 
     if (_hide_req_ctx == ctx && _hide_timer)
         ecore_imf_context_input_panel_hide(ctx);
+
+    if (_show_req_ctx == ctx)
+        _show_req_ctx = NULL;
     //
 
     if (imcontext->language) {