elementary/els_scroller - it will be better if compiler does not optimize maybe.

SVN revision: 57685
This commit is contained in:
ChunEon Park 2011-03-11 09:15:38 +00:00
parent e638d13aec
commit 9442bdd854
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ elm_smart_scroller_child_set(Evas_Object *obj, Evas_Object *child)
sd->pan_func.child_size_get = _elm_smart_pan_child_size_get;
evas_object_event_callback_add(child, EVAS_CALLBACK_DEL, _smart_child_del_hook, sd);
_elm_smart_pan_child_set(sd->pan_obj, sd->child_obj);
_elm_smart_pan_child_set(sd->pan_obj, child);
sd->pan_func.child_size_get(sd->pan_obj, &w, &h);
sd->child.w = w;
sd->child.h = h;