add code to update input panel's conformant information 02/140902/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 27 Jul 2017 01:40:17 +0000 (10:40 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 27 Jul 2017 06:03:40 +0000 (15:03 +0900)
Change-Id: I854a926a8bb8a2438147afa65d9e74457b9a9af1

src/e_mod_input_panel.c

index a451a0c37aead76932bd0930d687d7d0882b7353..974d39959f946d3a39f6cbf6a24f78ba6ab24157 100644 (file)
@@ -147,7 +147,10 @@ _e_input_panel_surface_cb_ready_set(struct wl_client *client EINA_UNUSED, struct
         if (ips->ec->parent)
           {
              if (ips->ec->parent == focused_ec)
-               e_input_panel_visibility_change(EINA_TRUE);
+               {
+                  e_policy_conformant_part_update(ips->ec);
+                  e_input_panel_visibility_change(EINA_TRUE);
+               }
              else
                e_input_panel_visibility_change(EINA_FALSE);
           }