Evas text: Fixed a bug with char_coords_get searching at the wrong x.

SVN revision: 61301
This commit is contained in:
Tom Hacohen 2011-07-12 15:04:10 +00:00
parent d808ccdaab
commit 85f116cc9e
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ _evas_object_text_char_at_coords(const Evas_Object *obj,
return it->text_pos + ENFN->font_char_at_coords_get(ENDT,
o->font,
&it->text_props,
cx,
cx - it->x,
cy,
rx, ry,
rw, rh);