The _relayout_if_needs api already has enough condition
for whether relayout is required(included this condition).
Rather because of this condition, can't do relayout even if it's required
Change-Id: Ic6b0c7a830bded298d39e23449e85a8e6c0d4a1f
in this context (eg. inside a proxy).
Plus, one more scenario is that the object isn't visible but actually is visible
by evas_map. */
- if (o->changed || o->content_changed || o->format_changed || o->obstacle_changed)
- _relayout_if_needed(eo_obj, o);
+ _relayout_if_needed(eo_obj, o);
/* If there are no paragraphs and thus there are no lines,
* there's nothing left to do. */