efl_ui_image: update orientation immediately 85/242585/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 28 Aug 2020 05:54:11 +0000 (14:54 +0900)
committerHermet Park <chuneon.park@samsung.com>
Fri, 28 Aug 2020 05:55:12 +0000 (14:55 +0900)
commit202de32f2e1636038bb6492077261d38d613c540
treee1fb625ffee82417a1e614b9624316a74deeb2b2
parentd36d5033c71e74bd6de4aef5592af71c4f0d392b
efl_ui_image: update orientation immediately

Summary:
It is able to get orientation information of inlined image object.
This information should be same during its life time.

The inlined image object got correct information only after size
calculation, so there is a kind of timing issue.

An example will be attached for more details.

I am not sure what the regression bug mentioned on D6855, but
this will keep compatibility of behavior.

Actually it seems that the compatibility was broken by D9686
which does not call _efl_ui_image_sizing_eval immediately.

Test Plan: {F3947703}

Reviewers: Hermet, jsuya, herb

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12114

Change-Id: Ifc2cbd61b85211d0063113ef23d41472dffc324e
src/lib/elementary/efl_ui_image.c