SVN revision: 72259
This commit is contained in:
Carsten Haitzler 2012-06-17 02:42:15 +00:00
parent 8b03052c0e
commit 873d5ed76a
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ evas_object_textgrid_render_pre(Evas_Object *obj)
obj->cur.geometry.x + obj->cur.geometry.x +
(r->ch1 * o->cur.char_width), (r->ch1 * o->cur.char_width),
obj->cur.geometry.y + obj->cur.geometry.y +
i * o->cur.char_height, (i * o->cur.char_height),
(r->ch2 - r->ch1 + 1) * o->cur.char_width, (r->ch2 - r->ch1 + 1) * o->cur.char_width,
o->cur.char_height); o->cur.char_height);
} }