From: Juyeon Lee Date: Wed, 10 Jul 2019 03:02:08 +0000 (+0900) Subject: e_policy: effect style unset while unmap X-Git-Tag: submit/tizen/20190812.054222~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ecffa41e96dda80c512631ca55e1ee09ceb1348;p=platform%2Fupstream%2Fenlightenment.git e_policy: effect style unset while unmap in case of keyboard' Magnifier window, it changes its stack between normal and normal above. while it changes its stack to normal, animation effect would run. but after running hide-effect and changing stack to above normal, its clipper remained in transparent. as a result, window would be shown transparent due to no edc run. Change-Id: I07a374bb5bfce7de44d6c163dc27288504b3bca6 (cherry picked from commit b67ca53f383802567d844e2717f14a88002a8ddf) --- diff --git a/src/bin/e_policy.c b/src/bin/e_policy.c index 0362e1e604..465d3b08e3 100644 --- a/src/bin/e_policy.c +++ b/src/bin/e_policy.c @@ -1610,6 +1610,8 @@ e_policy_client_unmap(E_Client *ec) if (send_event) e_policy_wl_iconify_state_change_send(ec, 0); + + e_comp_object_effect_set(ec->frame, NULL); } Eina_Bool