visibility: fixed bug for calculating visibility 46/77146/1 accepted/tizen/common/20160629.222824 accepted/tizen/ivi/20160629.021630 accepted/tizen/mobile/20160629.021714 accepted/tizen/tv/20160629.021603 accepted/tizen/wearable/20160629.021649 submit/tizen/20160629.004854
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 29 Jun 2016 00:45:35 +0000 (09:45 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 29 Jun 2016 00:45:35 +0000 (09:45 +0900)
Change-Id: I506f1105df96205929450437b7e6381d36710c2d

src/bin/e_client.c

index c6c8bbf14363543093b6eba31536f8c1d6b9cd57..a18ce7e19ca6975ff1487876fe961ba060fafcac 100644 (file)
@@ -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;
+                         }
                     }
                }
           }