Revert "scroller : fix mirrored contents_pos_set call"
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 7 Jun 2017 06:17:45 +0000 (15:17 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 7 Jun 2017 06:17:45 +0000 (15:17 +0900)
commitd1e5bd2727f3a86afcb235744c99b325fe85efbc
treeeeb6aa86ba9dcda7c52b6f9c09f526a346099e06
parent802b547310fc5f43d825cd3cbeb898ba056a90f6
Revert "scroller : fix mirrored contents_pos_set call"

Summary:
This reverts commit de313d6296ac8a2d9a3c0f9762179ffd42a833ff.

Because x-coordination mirroring is called properly from wanted_regison_set.
There was a problem in scroller init process.
Before edje_obj was initialize in elm_interface_scrollable_objects_set, mirrored_set was being called.
So Move mirrored_set after elm_interface_scrollable_objects_set
it can fix this issue(https://phab.enlightenment.org/D4944)

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

Subscribers: jpeg, cedric

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