Evas Textblock/text: Add clipping until we fix inset handling.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 29 Mar 2011 13:52:42 +0000 (13:52 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 29 Mar 2011 13:52:42 +0000 (13:52 +0000)
commit775adb0f2e1fe20bcbb9cbd761d97fe24beb36df
treeed173391b41ddc2fdfb55327655c5d101cefb1ba
parentb5e8207794dd7cc3374eeaac73f277f4ef4f213e
Evas Textblock/text: Add clipping until we fix inset handling.

Currently inset handling is not handled correctly so we just clip
to the left if there's no enough margin to draw the what overflows.
This is the same behavior that was done up until now because of the
global clipper that was applied.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58184 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_text.c
src/lib/canvas/evas_object_textblock.c