atspi: enhance line related to highlight frame 90/150490/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Sat, 16 Sep 2017 08:09:33 +0000 (17:09 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 16 Sep 2017 08:17:27 +0000 (17:17 +0900)
commite982351efd14f6aa2866d183f107c0350822b1d8
treea87c380f55a191c7f08449df110383c9d0da5c4b
parent124931393911a72675f7e5e7f2fc5df0d0e88fcb
atspi: enhance line related to highlight frame

1. Before elm_widget_theme_object_set for a11y highlight frame was called in
 _elm_win_accessibility_highlight_show which is called in highlighted object
 move, resize callback.

2. Before evas_object_smart_changed was not called even though a11y highlight
 frame is added as a smart member of highlighted object.

※ Refer to commit: c3b5da9 (atspi: make highlight frame be a smart member)

Change-Id: I1f5dc367d2fc5565d61ae12d44fb1e8a49eeb979
src/lib/elm_win.c