Revert "conform: Fixed to get a geometry from *focus_region_get for show_region_job."
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 15 Nov 2016 10:33:33 +0000 (19:33 +0900)
committerJunsuChoi <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

index 05203acddcd68d713c0f911a46ac58ac3b3f5855..d8a6fec63886d6b2316f1cf0eb397d1baf09a446 100644 (file)
@@ -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;