projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952c22d
)
Revert "conform: Fixed to get a geometry from *focus_region_get for show_region_job."
author
Youngbok Shin
<youngb.shin@samsung.com>
Tue, 15 Nov 2016 10:33:33 +0000
(19:33 +0900)
committer
JunsuChoi
<jsuya.choi@samsung.com>
Thu, 17 Nov 2016 08:07:49 +0000
(17:07 +0900)
This reverts commit
d93cbb54a48e3f7671dc1f478d28c8c8f2014cee
.
Change-Id: Icdcdcdb19486f6fcb082647529e98cd31a8ed937
src/lib/elm_conform.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_conform.c
b/src/lib/elm_conform.c
index 05203acddcd68d713c0f911a46ac58ac3b3f5855..d8a6fec63886d6b2316f1cf0eb397d1baf09a446 100644
(file)
--- a/
src/lib/elm_conform.c
+++ b/
src/lib/elm_conform.c
@@
-922,7
+922,7
@@
_show_region_job(void *data)
{
Evas_Coord x, y, w, h;
- elm_widget_
focus
_region_get(focus_obj, &x, &y, &w, &h);
+ elm_widget_
show
_region_get(focus_obj, &x, &y, &w, &h);
if (h < _elm_config->finger_size)
h = _elm_config->finger_size;