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
This commit is contained in:
WooHyun Jung 2016-08-03 19:14:16 +09:00
parent f23788dcb0
commit bb2e4195d7
1 changed files with 0 additions and 1 deletions

View File

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