e_policy: effect style unset while unmap 58/211758/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 10 Jul 2019 03:02:08 +0000 (12:02 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Fri, 9 Aug 2019 02:33:07 +0000 (02:33 +0000)
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)

src/bin/e_policy.c

index 0362e1e6047300f7da441e569d2b8c6bbfc4d108..465d3b08e3cc2643fa425b5f3eef46a12724d2a8 100644 (file)
@@ -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