Fix bug not to show input panel in case show is called than activate first in TV... 12/54512/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 16 Dec 2015 00:32:31 +0000 (09:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 16 Dec 2015 00:32:31 +0000 (09:32 +0900)
Change-Id: I8b78519e8d9276c4f11318080407d62b454ba95e

src/e_mod_main.c

index cab4699ea9657151bce5183c3743c35aa2f3ab02..95e7e3a530fb6bcb8a2dbff72106a2047e1495e0 100644 (file)
@@ -621,6 +621,10 @@ _e_text_input_deactivate(E_Text_Input *text_input, E_Input_Method *input_method)
 
         if (text_input->resource)
           wl_text_input_send_leave(text_input->resource);
+
+#ifdef _TV
+        g_disable_show_panel = EINA_FALSE;
+#endif
      }
 }