aspect widget appears to not be a real object when it comes to clipping, so we're going to be unorthodox here and not return it even though it's the parent...

SVN revision: 82699
This commit is contained in:
Mike Blumenkrantz 2013-01-12 14:46:36 +00:00
parent b54bf249b1
commit 2f8132a3d1
1 changed files with 2 additions and 2 deletions

View File

@ -491,8 +491,8 @@ _e_configure_transition_thumb_cb(E_Configure_Option_Info *oi, Evas *evas)
zone = e_util_zone_current_get(e_manager_current_get());
oa = e_widget_aspect_add(evas, 150, (200 * zone->h) / zone->w);
obj = e_widget_preview_add(evas, 150, (200 * zone->h) / zone->w);
oa = e_widget_aspect_add(evas, 150, (200 * zone->h) / zone->w);
e_widget_aspect_child_set(oa, obj);
e = e_widget_preview_evas_get(obj);
@ -521,7 +521,7 @@ _e_configure_transition_thumb_cb(E_Configure_Option_Info *oi, Evas *evas)
else
e_widget_preview_extern_object_set(obj, o);
return oa;
return obj;
}
static Evas_Object *