From: gouache Date: Sat, 7 May 2011 13:55:30 +0000 (+0000) Subject: Elementary map: fix blink bug at zoom-in X-Git-Tag: REL_F_I9500_20120323_1~17^2~2769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91f58032a782c40d5f3b3ec74b5b46bfb7111472;p=framework%2Fuifw%2Felementary.git Elementary map: fix blink bug at zoom-in git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59262 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c index 502fa2f..688db52 100644 --- a/src/lib/elm_map.c +++ b/src/lib/elm_map.c @@ -1580,7 +1580,7 @@ _zoom_anim(void *data) if (wd->t >= 2.0) { wd->zoom_animator = NULL; - wd->pinch.level = 1.0; + wd->pinch.level = 2.0; if (wd->zoom_timer) ecore_timer_del(wd->zoom_timer); wd->zoom_timer = ecore_timer_add(0.35, _zoom_timeout, obj); return ECORE_CALLBACK_CANCEL;