scroller : Call mirrored_set function after edje_obj is initialized
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 7 Jun 2017 06:20:17 +0000 (15:20 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 7 Jun 2017 06:53:11 +0000 (15:53 +0900)
commit9150553eac3c52296a096c745df4d0d40a03aa10
tree423afbc4363ed6a56e10e4a73e2d1d979e59c408
parent6329111385ba534737ac8d01d6ec083a018a175a
scroller : Call mirrored_set function after edje_obj is initialized

Summary:
Problem that scroller is not mirrored in RTL mode has been fixed in D4908.
However, I found a problem in init process.
I will revert D4908 commit(https://phab.enlightenment.org/D4908).

After edje_obj is initialized, mirrored_set is called.
When wanted_region_set is called, x-coordinate flip normally and acts as RTL.

Test Plan: scroller test on elementary_test.

Reviewers: raster, woohyun, SanghyeonLee, akanad, eagleeye, cedric, singh.amitesh, eunue

Subscribers: jpeg, cedric

Differential Revision: https://phab.enlightenment.org/D4944
src/lib/elementary/elm_scroller.c