e_policy: effect style unset while unmap 72/209672/1 accepted/tizen/4.0/unified/20190710.090043 submit/tizen_4.0/20190710.052035
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 10 Jul 2019 03:02:08 +0000 (12:02 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 10 Jul 2019 03:02:11 +0000 (12:02 +0900)
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

src/bin/e_policy.c

index 00e1f0f999e1c9b78e6448f1cc239201c61cd6ae..af28d0991054d9d445a5d30d0fa7a0c69b4a1f5f 100644 (file)
@@ -1560,6 +1560,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