return an accurate value for override clients in e_comp_object_util_zone_get()

This commit is contained in:
Mike Blumenkrantz 2015-06-17 15:58:39 -04:00
parent 35d08b996f
commit 9c3427a66c
1 changed files with 2 additions and 2 deletions

View 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;