Evas textblock: Fixed range_deletion bug with multiple visible formats.

This makes the tests added in 8bee8853ae
pass.

Thanks to Youngbok Shin for reporting.
This commit is contained in:
Tom Hacohen 2013-12-16 15:45:07 +00:00
parent 8bee8853ae
commit 7aae5d0804
1 changed files with 0 additions and 5 deletions

View File

@ -7830,11 +7830,6 @@ _evas_textblock_node_text_adjust_offsets_to_start(Evas_Object_Textblock *o,
last_node->offset -= delta;
break;
}
else if (use_end && itr && (pos + itr->offset > (size_t) end) &&
itr->visible)
{
break;
}
delta = orig_end - pos;
if (!first)