I don't know why this doesn't break anything, but let's call functions with the right...
authorIván Briano <sachieru@gmail.com>
Sat, 30 Jul 2011 03:16:46 +0000 (03:16 +0000)
committerIván Briano <sachieru@gmail.com>
Sat, 30 Jul 2011 03:16:46 +0000 (03:16 +0000)
SVN revision: 61918

src/lib/elm_entry.c

index b7dc438..33341ab 100644 (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);
      }
 }