I don't know why this doesn't break anything, but let's call functions with the right object as parameters

SVN revision: 61918
This commit is contained in:
Iván Briano 2011-07-30 03:16:46 +00:00
parent 38248dc51a
commit 3319b7310f
1 changed files with 1 additions and 1 deletions

View File

@ -2380,7 +2380,7 @@ elm_entry_cursor_end_set(Evas_Object *obj)
edje_object_part_text_cursor_end_set(wd->ent, "elm.text", EDJE_CURSOR_MAIN);
if (wd->scroll)
{
elm_widget_show_region_get(wd->ent, &x, &y, &w, &h);
elm_widget_show_region_get(obj, &x, &y, &w, &h);
elm_smart_scroller_child_region_show(wd->scroller, x, y, w, h);
}
}