Evas textblock: Add saftey check.

SVN revision: 58431
This commit is contained in:
Tom Hacohen 2011-04-07 12:27:35 +00:00
parent b8b576afa9
commit 776aa8b507
1 changed files with 1 additions and 1 deletions

View File

@ -3237,7 +3237,7 @@ _layout_visualize_par(Ctxt *c)
/* Skip this paragraph if width is the same, there is no ellipsis
* and we aren't just calculating. */
if (!c->par->text_node->new && !c->par->text_node->dirty &&
!c->calc_only && !c->width_changed &&
!c->calc_only && !c->width_changed && c->par->lines &&
!c->o->have_ellipsis)
{
Evas_Object_Textblock_Line *ln;