summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ism/extras/wayland_immodule/wayland_imcontext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c
index 574eb86b..4942e84d 100644
--- a/ism/extras/wayland_immodule/wayland_imcontext.c
+++ b/ism/extras/wayland_immodule/wayland_imcontext.c
@@ -1150,8 +1150,6 @@ _input_panel_hide(Ecore_IMF_Context *ctx, Eina_Bool instant)
if (!ctx) return;
will_hide = EINA_TRUE;
- _conformant_reset_started = EINA_FALSE;
-
if (instant || (_hide_timer && ecore_timer_pending_get(_hide_timer) <= 0.0)) {
_clear_hide_timer();
_send_input_panel_hide_request(ctx);
@@ -1793,6 +1791,7 @@ show_input_panel(Ecore_IMF_Context *ctx)
}
}
+ _conformant_reset_started = EINA_FALSE;
will_hide = EINA_FALSE;
_show_req_ctx = ctx;
_input_panel_ctx = ctx;