formatting

SVN revision: 36440
This commit is contained in:
Carsten Haitzler 2008-10-05 03:47:52 +00:00
parent 58841dae63
commit 29a4c2a8c2
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ evas_object_size_hint_aspect_set(Evas_Object *obj, Evas_Aspect_Control aspect, E
if (obj->delete_me)
return;
_evas_object_size_hint_alloc(obj);
if ((obj->size_hints->aspect.mode == aspect) && (obj->size_hints->aspect.size.w == w) && (obj->size_hints->aspect.size.h == h)) return;
if ((obj->size_hints->aspect.mode == aspect) && (obj->size_hints->aspect.size.w == w) && (obj->size_hints->aspect.size.h == h)) return;
obj->size_hints->aspect.mode = aspect;
obj->size_hints->aspect.size.w = w;
obj->size_hints->aspect.size.h = h;