From bb2e4195d7d0d510c968a0ba33c8b0ccfc94e101 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 3 Aug 2016 19:14:16 +0900 Subject: [PATCH] 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 2ea28044ff..663aedacbc 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);