Evas textblock: Fixed an issue with item formats.

They weren't pushed to the format stack which in turn meant </item> popped
unrelated formats causing a mess in the stack.

SVN revision: 61434
This commit is contained in:
Tom Hacohen 2011-07-17 10:47:39 +00:00
parent 019e86347b
commit 4f9010d33d
1 changed files with 2 additions and 0 deletions

View File

@ -3051,6 +3051,8 @@ _layout_do_format(const Evas_Object *obj __UNUSED__, Ctxt *c,
fi->parent.w = fi->parent.adv = w;
fi->parent.h = h;
}
/* Not sure if it's the best handling, but will do it for now. */
fmt = _layout_format_push(c, fmt);
handled = 1;
}