Elementary els_scroller: Fixed mouse_wheel scrolling.

SVN revision: 57121
This commit is contained in:
Tom Hacohen 2011-02-17 11:35:37 +00:00
parent fd4b1a0306
commit f332616913
1 changed files with 1 additions and 0 deletions

View File

@ -1529,6 +1529,7 @@ _smart_event_wheel(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
if ((!sd->hold) && (!sd->freeze))
{
_update_wanted_coordinates(sd, x, y);
elm_smart_scroller_child_pos_set(sd->smart_obj, x, y);
}
}