Revert "[*][Genlist] Fixed show region problem for scrolling propagation when the...
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 4 Nov 2011 09:47:56 +0000 (18:47 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 11 Nov 2011 04:58:16 +0000 (13:58 +0900)
This reverts commit 282bb1a2c65d2fd802d4c1d7f6da01a806c3050a.

src/lib/elm_genlist.c

index 1dc1680..1180d50 100644 (file)
@@ -669,8 +669,7 @@ _show_region_hook(void        *data,
    //x & y are screen coordinates, Add with pan coordinates
    x += wd->pan_x;
    y += wd->pan_y;
-   if(wd->rename_it) elm_genlist_item_bring_in(wd->rename_it);
-   else elm_smart_scroller_child_region_show(wd->scr, x, y, w, h);
+   elm_smart_scroller_child_region_show(wd->scr, x, y, w, h);
 }
 
 static void