fixed set wrong geometry of object's damage region. 28/57228/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 18 Jan 2016 06:36:14 +0000 (15:36 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 18 Jan 2016 06:36:14 +0000 (15:36 +0900)
we should pass relative position.

Change-Id: Ibc6da51e01477f506ae02f29a0891d97ed7b8440

src/e_mod_input_panel.c

index 7b22a61..e99cf59 100644 (file)
@@ -167,7 +167,7 @@ _e_input_panel_surface_visible_update(E_Input_Panel_Surface *ips)
 
         evas_object_geometry_set(ec->frame, ec->x, ec->y, ec->w, ec->h);
         evas_object_show(ec->frame);
-        e_comp_object_damage(ec->frame, ec->x, ec->y, ec->w, ec->h);
+        e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h);
      }
    else
      evas_object_hide(ec->frame);