There was a bug that the enlightenment fell in infinite loop when the zoom was running in some case.
- Pre condition: zoom is enabled
- Reproduce: Keyboard is shown / hidden with moving effect
Then, the infinite loop is occured.
To resolve this, we remove code which call the e_map_util_object_move_sync_set in _e_desk_object_zoom.
Change-Id: I93ceabccfaa7ce0fdd39da31c4865e9a9181610d
}
map = e_map_new();
- e_map_util_object_move_sync_set(map, EINA_TRUE);
e_map_util_points_populate_from_object(map, obj);
e_map_util_zoom(map, zoomx, zoomy, cx, cy);
e_comp_object_map_set(obj, map);