Elementary map: fix blink bug at zoom-in

SVN revision: 59262
This commit is contained in:
Sangho Park 2011-05-07 13:55:30 +00:00
parent 585f131e28
commit 1a366624f2
1 changed files with 1 additions and 1 deletions

View File

@ -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;