live_edit: fix typo?

This commit is contained in:
Hermet Park 2016-07-20 13:48:49 +09:00
parent d883a8c715
commit a5ecd83696
1 changed files with 1 additions and 1 deletions

View File

@ -1543,7 +1543,7 @@ live_edit_auto_align_target_parts_init(live_data *ld, Eina_Bool is_update)
EINA_LIST_FOREACH(parts, l, part_name)
{
edje_object_part_geometry_get(view_obj, part_name,
x, &y, &w, &h);
&x, &y, &w, &h);
if (i < item_cnt)
{