gengrid: avoid call select callback twice in mode ELM_OBJECT_MULTI_SELECT_MODE_WITH_C...
authorVyacheslav Reutskiy <v.reutskiy@samsung.com>
Fri, 17 Mar 2017 06:59:26 +0000 (08:59 +0200)
committerVyacheslav Reutskiy <v.reutskiy@samsung.com>
Fri, 17 Mar 2017 07:10:13 +0000 (09:10 +0200)
commit6723c3b1c3cde31d4ce70606074cac5b91d8974b
treee4ab1f38f6548d6a723ca00a221957a48d5e7e4b
parent01972e5e2539ae24b5916729e18da5dfb5d1c445
gengrid: avoid call select callback twice in mode ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL

If multi select mode is ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL and
user code try unselect a item and select another part which not
realized select callback calls twice in this case. For avoid this no
needs focus newly selected item.

@fix
src/lib/elementary/elm_gengrid.c