From 9c3427a66c69fbc98674ad47b9597fc4dfa7aa64 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 17 Jun 2015 15:58:39 -0400 Subject: [PATCH] return an accurate value for override clients in e_comp_object_util_zone_get() --- src/bin/e_comp_object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 02b8ffe03..d1913eea0 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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;