summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWooHyun Jung <wh0705.jung@samsung.com>2016-08-03 19:14:16 +0900
committerWooHyun Jung <wh0705.jung@samsung.com>2016-08-03 19:19:42 +0900
commitbb2e4195d7d0d510c968a0ba33c8b0ccfc94e101 (patch)
tree65fa8de0be1d9109bccbca1fd4c5edaf3535acd3
parentf23788dcb0c2b969f5312a3d72a8e0874952e64f (diff)
downloadefl-bb2e4195d7d0d510c968a0ba33c8b0ccfc94e101.tar.gz
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
-rw-r--r--data/elementary/themes/edc/elm/focus.edc1
1 files changed, 0 insertions, 1 deletions
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);