e_client: no visibility calc during norender 49/92149/2
authorJuyeon Lee <juyeonne.lee@samsung.com>
Thu, 13 Oct 2016 11:42:28 +0000 (20:42 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Fri, 14 Oct 2016 02:18:22 +0000 (19:18 -0700)
Change-Id: I9e09eaef5efad98d39e4f1d49613a519fa099cf9

src/bin/e_client.c

index bcf0b4e..35aa217 100644 (file)
@@ -3341,7 +3341,8 @@ e_client_idler_before(void)
           }
      }
 
-   if (_e_calc_visibility)
+   if (_e_calc_visibility &&
+      (e_comp_canvas_norender_get() <= 0))
      {
         E_Zone *zone;
         Eina_List *zl;