From 6ac6d2c87da7318a8f05b3835bce0d7529fd946c Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Wed, 29 Jun 2016 09:45:35 +0900 Subject: [PATCH] visibility: fixed bug for calculating visibility Change-Id: I506f1105df96205929450437b7e6381d36710c2d --- src/bin/e_client.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index c6c8bbf143..a18ce7e19c 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -2726,8 +2726,10 @@ _e_client_visibility_zone_calculate(E_Zone *zone) else { if (ec->exp_iconify.by_client) - EC_IS_NOT_VISIBLE continue; - calc_region = EINA_FALSE; + { + EC_IS_NOT_VISIBLE continue; + calc_region = EINA_FALSE; + } } } } -- 2.34.1