Evas textblock: Fixed paragraph line number. It got corrupted in some cases.

SVN revision: 56609
This commit is contained in:
Tom Hacohen 2011-01-31 14:43:48 +00:00
parent 866278381c
commit 517756c0cc
1 changed files with 1 additions and 0 deletions

View File

@ -1887,6 +1887,7 @@ _paragraph_clear(const Evas_Object *obj, Evas_Object_Textblock_Paragraph *par)
par->lines = (Evas_Object_Textblock_Line *)eina_inlist_remove(EINA_INLIST_GET(par->lines), EINA_INLIST_GET(par->lines));
_line_free(obj, ln);
}
par->line_no = -1;
}
/**