Evas text: Fixed a bug with the issuing of script end of run get.

SVN revision: 56479
This commit is contained in:
Tom Hacohen 2011-01-30 10:39:09 +00:00
parent 3185db9667
commit e927217279
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ _evas_object_text_layout(Evas_Object *obj, Evas_Object_Text *o, const Eina_Unico
do
{
cutoff = evas_common_language_script_end_of_run_get(
text,
text + pos,
o->bidi_par_props,
pos, len - pos);
if (cutoff > 0)