e_comp_object: modify the sequence of deleting evas objects of cw 45/302645/1
authorduna.oh <duna.oh@samsung.com>
Mon, 11 Dec 2023 09:47:26 +0000 (18:47 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 11 Dec 2023 10:44:14 +0000 (19:44 +0900)
commitb258ae4c559bd9a4b83d9cf9861052b4cd4185c7
treed7a3ee83cfd11871ccd721009d089a8093b8279a
parentf5c4013cfb40698cead9ff5f3a10eb57ad934729
e_comp_object: modify the sequence of deleting evas objects of cw

cw->obj is swallowed in cw->shobj, which is then swallowed in cw->effect_obj.
When effect_obj is frozen, it prevents obj from being hidden, causing it
to stay visible. This leads to issues with unwanted mouse out/in events.

Change-Id: Ic1b769e4bf5968a8dcaabef2e1a439cdd606ad3f
src/bin/e_comp_object.c