list: focus highlight is handled by item theme.
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 21 Feb 2014 19:09:46 +0000 (04:09 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 25 Feb 2014 16:27:05 +0000 (01:27 +0900)
commit8c1e9aefb605e2488080a46cfe42edefdd0ffcd9
treefaadc5a7e5bc849d27a5327387191afdb383820a
parente2417e4bb674c76277906c1a94a5c9896ea2fa5d
list: focus highlight is handled by item theme.

Summary:
Problem: list theme (elm/list/base/default) is an alias of scroller
base theme (elm/scroller/base/default) in which focus_highlight is set to "on".
Solution: Now focus highlight in_theme is set by list item theme.

Test Plan: elementary_test->"List Focus"

Reviewers: seoz, woohyun

Reviewed By: seoz

CC: nirajkr
Differential Revision: https://phab.enlightenment.org/D572
src/lib/elm_list.c
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_widget_list.h
src/lib/elm_win.c