Fix bug IME appears again after IME window losts focus 25/44525/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Jul 2015 04:10:51 +0000 (13:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Jul 2015 04:10:51 +0000 (13:10 +0900)
Change-Id: Ifdf8ec7b26f4024126dc9755115a258465fb98d3

src/e_mod_main.c

index c4b17c27f0819cd8c5401c43848a7ba7c38889c2..24126700ff4599996f0a625120c819a6bb8c0787 100644 (file)
@@ -529,7 +529,7 @@ _e_text_input_cb_reset(struct wl_client *client EINA_UNUSED, struct wl_resource
         return;
      }
 
-   if (g_keyboard_connecting == EINA_FALSE)
+   if (g_keyboard_connecting == EINA_FALSE && text_input->input_panel_visibile)
      e_input_panel_visibility_change(EINA_TRUE);
 
    EINA_LIST_FOREACH(text_input->input_methods, l, input_method)