edje_calc: Don't add padding twice to text objects
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 13 May 2014 02:22:22 +0000 (11:22 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 May 2014 05:44:47 +0000 (14:44 +0900)
commit5bf1f0c9187525cf40782b26d7fa49d2676f91bb
tree7d2b75077d0b20630d90b17eb6dc0abff5846fb4
parent855c196ae803d35806164c35cf3d98bb00e43b48
edje_calc: Don't add padding twice to text objects

Text objects declared in Edje will see their padding added twice,
as the Evas_Object_Text itself contains the padding already.

This WILL break some EDC files. It's a bug nonetheless.

Should this be backported?
src/lib/edje/edje_calc.c