Evas textblock: Force relayout during proxy render
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 6 Oct 2015 11:18:32 +0000 (20:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Oct 2015 01:48:18 +0000 (10:48 +0900)
commitb031bbee9bf0b66bbe125abfaf066cd90042879a
tree279ed170957499f39d1f20e60fc027138fa2acfc
parent2b47181f4edaade0d774893d67e9707c6a8141ee
Evas textblock: Force relayout during proxy render

If the textblock object was not visible in the main canvas, but
still needs to be rendered in a proxy surface, then _relayout may
not have been called. This forces generation of paragraphs based on
the current geometry.

This patch is ugly. I know. This is evas render :)
src/lib/evas/canvas/evas_object_textblock.c