elc_popup: apply tizen color class feature for popup 87/248187/2
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 23 Nov 2020 10:23:01 +0000 (19:23 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 23 Nov 2020 10:29:45 +0000 (19:29 +0900)
commitb03caf30f155c4210fa9171605b9a1ba23e162e6
treebacdf505db498d299c00a0ffe6953e0b0c51d7bd
parent5c420d63e467b375e31bc7593e3eaee374c40174
elc_popup: apply tizen color class feature for popup

popup main_layout is not a resize object of popup.
so when elm_layout_edje_get(popup) is called,
popup resize object cannot be returned.
This makes tizen color class feature not working.
so forwarding edje object of popup main_layout when color class api is called.

Change-Id: I86107382f49417575a5d6bcc106d02ba1de4ca9d
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/elc_popup.c