woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb2e4195d7d0d510c968a0ba33c8b0ccfc94e101
commit bb2e4195d7d0d510c968a0ba33c8b0ccfc94e101 Author: WooHyun Jung <wh0705.j...@samsung.com> Date: Wed Aug 3 19:14:16 2016 +0900 elm focus default theme: fix wrong resizing When focus is moved rapidly, final size of focus highlight is not matched well with the focused object. Without running anim in edc, it shows right performance. @fix --- data/elementary/themes/edc/elm/focus.edc | 1 - 1 file changed, 1 deletion(-) diff --git a/data/elementary/themes/edc/elm/focus.edc b/data/elementary/themes/edc/elm/focus.edc index 2ea2804..663aeda 100644 --- a/data/elementary/themes/edc/elm/focus.edc +++ b/data/elementary/themes/edc/elm/focus.edc @@ -38,7 +38,6 @@ group { name: "elm/focus_highlight/top/default"; anim_id = get_int(g_anim_id); if (anim_id != 0) { cancel_anim(anim_id); - animator1(1, 1.0); } x1 = getarg(2); --