edje: fix edje RTL description in case of custom state of a part 31/67831/1
authorMinwoo, Lee <minwoo47.lee@samsung.com>
Thu, 28 Apr 2016 12:13:28 +0000 (21:13 +0900)
committerMinwoo, Lee <minwoo47.lee@samsung.com>
Thu, 28 Apr 2016 12:20:44 +0000 (21:20 +0900)
commit5865f85b5b643dea79ca4f2707f170c3ef7c180d
tree207446835865e04f4ece20e82fb280c08a8362fc
parentc6b0419bbdcb14ec545632f6d865b6d4067cc2a8
edje: fix edje RTL description in case of custom state of a part
This patch is from opensource (59681c331139e4d5424e77ff1614dc47fa8ddd8ef5c4cd2f7f51f739f5f69eb4c857ccbfd8d51b0a)

    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/D339

Signed-off-by: Minwoo, Lee <minwoo47.lee@samsung.com>
Change-Id: Icf0b73f0cf2056e8f368c4215fc8139f2b4828e0
src/lib/edje/edje_calc.c