[ATSPI] Modify clear only specified objects when called highlight_clear 22/125622/3
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 18 Apr 2017 06:19:46 +0000 (15:19 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 21 Apr 2017 00:19:29 +0000 (17:19 -0700)
commit52e6f940c73b6d12b0a8866821ef32badb724f66
tree285470fc5c965a42e35811ec3b71853666bf3e6b
parentd99c7ca570046d540d24dead7e3e14f3eade139d
[ATSPI] Modify clear only specified objects when called highlight_clear

   In the past, highlight clear cleared all highlight
   in the window. When a user calls highlight_grab manually,
   highlight_clear on highlighted object causes all highlight to disappear.
   So we modify it to clear the object specified in highlight_clear.

Change-Id: I0b07f6bbbf3eecd35eff5c7fc380e634140e182c
src/lib/elm_main.c
src/lib/elm_widget.h
src/lib/elm_win.c