Edje entry: Skip codes for updating cursor when cursor position is not changed 66/66466/4
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 19 Apr 2016 05:25:44 +0000 (14:25 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 20 Apr 2016 03:02:22 +0000 (20:02 -0700)
commit37f519b28782cfb585ac27887c88b8fb1de10ba8
tree5dd0c2ddb753871b30a450d455dfad35f961f87c
parentfddf435b34ad23e93b2e0d6c3dfd6320d9298340
Edje entry: Skip codes for updating cursor when cursor position is not changed

When ever a Edje's cursor function is called, "cursor,changed" signal is
emitted. Even if the position is not changed. And, in Elementary, the signal
will trigger evas_smart_objects_calculate() from elm_widget_show_region_set().
It causes bad performace.

The original patch is being reviewed on EFL upstream.
@tizen_fix

Change-Id: Ib615b7b85fada0ea85dede565bb384288ec50f73
src/lib/edje/edje_entry.c