elm_entry: fix a bug in moving the magnifier
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 25 Mar 2019 12:52:10 +0000 (08:52 -0400)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
commita5e7339ac84ebed7605cb669a6dc1d422746fa7e
tree3eb5bb8e6512d0187583baf04bd6c3a4ea22a6f5
parentd76657257e209cd2ee23007dffbef35663e8c4a6
elm_entry: fix a bug in moving the magnifier

Summary:
When moving the magnifier in elm_entry, _magnifier_move
function occured infinite loop problem by calling
evas_object_move twice with different positions.
So, I changed it to call evas_object_move once.

ref T7202

Test Plan:
1. Set profile to "mobile"
2. elementary_test
3. entry
4. long press mouse button on elm_entry
5. when the magnifier is shown, try to move it

Reviewers: zmike, bu5hm4n, bowonryu, id213sin

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7202

Differential Revision: https://phab.enlightenment.org/D8462
src/lib/elementary/elm_entry.c