elm_genlist: fix ghost objects from the genlist cache
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 6 Aug 2018 07:34:05 +0000 (16:34 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 8 Aug 2018 02:19:28 +0000 (11:19 +0900)
commit59e869655cb46aacc7a3df9387f94f1d99495e07
treebf2134c52f06da8d0c1b5df51d73b569969b7a4d
parentb9b64b700f990fc46b6007345e4d31f48bfb327c
elm_genlist: fix ghost objects from the genlist cache

Summary:
the cache simply moved the objects to -9999 -9999 while leaving them
visible and focusable. Hiding them does not work since edje makes it
visible all the time again. Making them unfocusable fixes this.
Depends on D6752

Subscribers: cedric, #committers, zmike

Tags: #efl

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

Change-Id: I3e7ee3f04aa9f18110ca07305134dd56ca9be8cf
src/lib/elementary/elm_genlist.c