return an accurate value for override clients in e_comp_object_util_zone_get()
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 17 Jun 2015 19:58:39 +0000 (15:58 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 17 Jun 2015 19:58:39 +0000 (15:58 -0400)
src/bin/e_comp_object.c

index 02b8ffe..d1913ee 100644 (file)
@@ -2680,12 +2680,12 @@ e_comp_object_frame_extends_get(Evas_Object *obj, int *x, int *y, int *w, int *h
 E_API E_Zone *
 e_comp_object_util_zone_get(Evas_Object *obj)
 {
-   E_Zone *zone;
+   E_Zone *zone = NULL;
 
    SOFT_ENTRY(NULL);
    if (cw)
      zone = cw->ec->zone;
-   else
+   if (!zone)
      {
         int x, y;