edje: fix edje RTL description in case of custom state of a part
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 3 Dec 2015 05:56:10 +0000 (11:26 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 3 Dec 2015 05:56:10 +0000 (11:26 +0530)
commit59681c331139e4d5424e77ff1614dc47fa8ddd8e
tree38a8e0d12c1ea5cb5449d28bddd3cb383b9aa02a
parente82baf2703a5988436decba5260f32e948e65fc2
edje: fix edje RTL description in case of custom state of a part

Summary:
In case of RTL, the "custom" state properties does not apply. It happened because we don't copy the latest src to
dst in set_state(PART:.., "custom", 0.0); in case of dst is already populated.
We should copy the updated src to dst whenever we set the new custom description.

@fix

Reviewers: cedric, raster, jpeg, zmike, jaehwan

Subscribers: kimcinoo, seoz, jpeg

Differential Revision: https://phab.enlightenment.org/D3394
src/lib/edje/edje_calc.c