Elementary map: fix blink bug at zoom-in
authorgouache <gouache@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 May 2011 13:55:30 +0000 (13:55 +0000)
committergouache <gouache@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 May 2011 13:55:30 +0000 (13:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@59262 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_map.c

index 502fa2f..688db52 100644 (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;