projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba3e29
)
I don't know why this doesn't break anything, but let's call functions with the right...
author
Iván Briano
<sachieru@gmail.com>
Sat, 30 Jul 2011 03:16:46 +0000
(
03:16
+0000)
committer
Iván Briano
<sachieru@gmail.com>
Sat, 30 Jul 2011 03:16:46 +0000
(
03:16
+0000)
SVN revision: 61918
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index
b7dc438
..
33341ab
100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-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);
}
}