e_desk: remove e_map_util_object_move_sync_set in _e_desk_object_zoom 68/280968/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 7 Sep 2022 06:30:26 +0000 (15:30 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 7 Sep 2022 08:06:29 +0000 (17:06 +0900)
commite1609353d34b7b3e272fc47c72e1ba700eee3dcf
treedf87ff5de7d4ef6ea6a5703da2ebc9a10bfd1307
parenta5950f887a7b321c0f238b7a0f5d94530d8fe55b
e_desk: remove e_map_util_object_move_sync_set in _e_desk_object_zoom

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
src/bin/e_desk.c