Removed an unnecessary check to show input panel correctly 98/40398/1
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 3 Jun 2015 10:10:17 +0000 (19:10 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 3 Jun 2015 10:10:17 +0000 (19:10 +0900)
Change-Id: I1a4cc61583738c0ec4e7867b936cac8ac44c2ae5

src/e_mod_input_panel.c

index 27e4660..d8fd85d 100644 (file)
@@ -435,7 +435,6 @@ e_input_panel_visibility_change(Eina_Bool visible)
    EINA_LIST_FOREACH(g_input_panel->surfaces, l, ips)
      {
         if (!ips->ec) continue;
-        if (ips->ec->client.w == 0) continue;
         ips->showing = visible;
         _e_input_panel_surface_visible_update(ips);
      }