projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3716fd5
)
fixed set wrong geometry of object's damage region.
28/57228/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 18 Jan 2016 06:36:14 +0000
(15:36 +0900)
committer
Seunghun 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
patch
|
blob
|
history
diff --git
a/src/e_mod_input_panel.c
b/src/e_mod_input_panel.c
index
7b22a61
..
e99cf59
100644
(file)
--- a/
src/e_mod_input_panel.c
+++ b/
src/e_mod_input_panel.c
@@
-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);