Elementary: Adjusted elm_list to work with the changes in els_scroller.

SVN revision: 56293
This commit is contained in:
Tom Hacohen 2011-01-25 02:19:03 +00:00
parent a478e32d82
commit 1fc531aabf
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ _show_region_hook(void *data, Evas_Object *obj)
Evas_Coord x, y, w, h;
if (!wd) return;
elm_widget_show_region_get(obj, &x, &y, &w, &h);
elm_smart_scroller_child_region_show(wd->scr, x, y, w, h);
elm_smart_scroller_child_region_set(wd->scr, x, y, w, h);
}
static void