e_comp_object: add code to unset clip after finishing effect 90/309790/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 16 Apr 2024 23:44:46 +0000 (08:44 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 16 Apr 2024 23:57:23 +0000 (08:57 +0900)
commita345d7ca4ce6e4b1c8b1b6a6f6e51bc4db110c28
treed8d5917868bbfdf74837c04c804794fdbb2f564e
parent03d2e7f1f6b64927493a66cc6792f96c66e83c58
e_comp_object: add code to unset clip after finishing effect

There was a bug that the cw->smart_obj's clip was not unset after finishing effect.
At the beginnig of the effect, e called the e_comp_object_effect_clip() function.
However e didn't call the e_comp_object_effect_unclip() when the effect was finished.

FYI, this bug was detected below environment.
1. Enabled screen rotation
2. Applied zoom effect for window
3. Run magnifier service application

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