Evas textblock: Fixed a bug with format invalidation.

With the following example text: "aa<b>a <i>bbb</i> ccc", adding a </b>
at the end wouldn't cause an invalidation to happen as expected.

SVN revision: 61805
This commit is contained in:
Tom Hacohen 2011-07-27 11:27:25 +00:00
parent ca78a5dc81
commit d0d6d5494b
1 changed files with 1 additions and 1 deletions

View File

@ -3851,10 +3851,10 @@ _format_changes_invalidate_text_nodes(Ctxt *c)
fnode2->orig_format, fstr, fstr_len))
{
fstack = eina_list_remove_list(fstack, i);
balance--;
break;
}
}
balance--;
}
if (!fstack)