gravity_set/get func ptr not set.

Author : Hyoyoung Chang <hyoyoung@gmail.com>

SVN revision: 69530
This commit is contained in:
Sanjeev BA 2012-03-21 00:43:05 +00:00
parent 134eca8437
commit 811fc17688
1 changed files with 2 additions and 0 deletions

View File

@ -2861,6 +2861,8 @@ _smart_add(Evas_Object *obj)
sd->pan_func.max_get = _elm_smart_pan_max_get;
sd->pan_func.min_get = _elm_smart_pan_min_get;
sd->pan_func.child_size_get = _elm_smart_pan_child_size_get;
sd->pan_func.gravity_set = _elm_smart_pan_gravity_set;
sd->pan_func.gravity_get = _elm_smart_pan_gravity_get;
_smart_scrollbar_reset(sd);
}