elc_popup: override color class function for applying tizen color class feature 32/248232/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 24 Nov 2020 05:05:57 +0000 (14:05 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 24 Nov 2020 05:13:46 +0000 (14:13 +0900)
commitd44adcfa43405e7fcc870dcf800f166ea1b2b186
tree9f98b89cc696db5e405c3a7eb2ce601908b5a57e
parent6944f6e6240edb15e092727590940861f461ac1d
elc_popup: override color class function for applying tizen color class feature

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: Idfd37cf1e6ed2907a305c0343685b95cc5ef0b67
src/lib/elementary/elc_popup.c