evas canvas: fix not to trigger unnecessary events.
authorHermet Park <hermetpark@gmail.com>
Tue, 24 Jul 2018 16:04:11 +0000 (12:04 -0400)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 26 Jul 2018 09:13:11 +0000 (18:13 +0900)
commit3745c4c0a6b7e49bb4cff0113fcb00af3440741e
treedc0c4d3b150d8a27739020a837c3faf9728c29ce
parentc2cb2afd0998e3278e52c978a3290602fe189267
evas canvas: fix not to trigger unnecessary events.

Summary:
Here comparision is logically wrong because it compares
the coordinates(cur, prev) of the different spaces.

As you can see just above the conditions,
Cur coordinates could be transformed into the map space (if objs have)
on the otherhands, prev is not. These wrong condition could occur
embarassing event trigger.

@fix

Reviewers: #committers, zmike

Reviewed By: #committers, zmike

Subscribers: cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6674

Change-Id: I401deade25fe890a3e2bddafd1b0a68f4e388dd2