elementary: fix unintentional visibility of elm_hover in combobox constructor
authorYeongjong Lee <cleanlyj@naver.com>
Fri, 6 Oct 2017 16:46:21 +0000 (09:46 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 6 Oct 2017 16:46:24 +0000 (09:46 -0700)
commitbc2fe6bb778b559e6c88f836d8cbdfb631b193b4
treede9b6886a60d0dcc9300cfcbb57d283e361292de
parent1551f8b8573cb6c1265fe52b973b5e6eb7799d1e
elementary: fix unintentional visibility of elm_hover in combobox constructor

Summary:
since fd9cf1d3b628f70d66ec85a4f2433c675d9ad243, All Eo canvas objects remain
visible by default.
but elm_hover doesn't want to be shown in combobox constructor.
showing elm_hover in constructor occurs unexpected behavior.
this fixes that bug.

Test Plan:
1. elementary_test - Combobox
2. Click the combobox to Expand the list.

Reviewers: jpeg, cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elc_combobox.c