elm_multibuttonentry: Merge Upstream patch to fix bug. 50/110750/3
authorWoochan Lee <wc0917.lee@samsung.com>
Wed, 18 Jan 2017 00:43:26 +0000 (09:43 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 18 Jan 2017 06:43:32 +0000 (22:43 -0800)
commit406933fb01893f5b248f597a6ac5084c1129688d
tree64d63f8c07a0390e89bd6a95fce4a1f03fe54b22
parent51ec59451b1290a4ad49c623bda364a7e7b4d030
elm_multibuttonentry: Merge Upstream patch to fix bug.

elm_multibuttonentry: Fix MBE got a wrong state.

Summary:
Even User set a MBE state as "shrink" when MBE created.
MBE has been changed the state as "none" during added items.

This patch will be fixed that bug state.

@fix

Test Plan:
Add below line after create mbe.

'elm_multibuttonentry_expanded_set(mbe, EINA_FALSE)'

Then Add items using item_append API.

See the result. mbe is not on shrink mode.

Reviewers: Hermet, jpeg, cedric

Subscribers: cedric, jpeg

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

Change-Id: I385552f0636aefa36d2025dd1e888e0205b49fb7
src/bin/test.c
src/bin/test_multibuttonentry.c
src/lib/elc_multibuttonentry.c