From: Juyeon Lee Date: Tue, 19 Nov 2019 07:44:22 +0000 (+0900) Subject: e_client: remove cond. skip_rot_pending_show for ec_vis calc X-Git-Tag: submit/tizen/20191120.103427~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=585079d025134afc93aa8e4118c49cbda9e6a94e;p=platform%2Fupstream%2Fenlightenment.git e_client: remove cond. skip_rot_pending_show for ec_vis calc client ec->visibility.obscured is unobsecured(VIS ON) eventhough ec->e.state.rot.pending_show is TRUE Change-Id: I907176a1c97dd4116a3fd2038bea7470a9ee7af3 --- diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 2876b6b943..6bf351a23c 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -3332,7 +3332,7 @@ _e_client_visibility_zone_calculate(E_Zone *zone) if (canvas_vis) { - if ((calc_region || skip_rot_pending_show) && + if (calc_region && (!ec->visibility.force_obscured) && (!ec->exp_iconify.by_client)) {