elm els_scroller: Cancel wanted region set when scrollto animator is

enabled. Check scrollto.x.animator and scrollto.y.animator
when _elm_smart_scroller_wanted_region_set is called.


SVN revision: 66126
This commit is contained in:
Daniel Juyung Seo 2011-12-13 01:20:21 +00:00
parent 1dbbe5553c
commit 09e55906d2
1 changed files with 2 additions and 1 deletions

View File

@ -1472,7 +1472,8 @@ _elm_smart_scroller_wanted_region_set(Evas_Object *obj)
if (sd->down.now || sd->down.momentum_animator ||
sd->down.bounce_x_animator || sd->down.bounce_y_animator ||
sd->down.hold_animator || sd->down.onhold_animator) return;
sd->down.hold_animator || sd->down.onhold_animator ||
sd->scrollto.x.animator || sd->scrollto.y.animator) return;
sd->child.resized = EINA_FALSE;