genlist: process message before restricted calc for get proper size of text and conte...
authorSangHyeon Lee <sh10233.lee@samsung.com>
Tue, 24 May 2016 05:11:07 +0000 (14:11 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Tue, 24 May 2016 05:14:24 +0000 (14:14 +0900)
commit89d886af485c3e71723f22485635f4af18e69761
tree30e23cb978e0579b125f51573e0e36435b9d7fc6
parent4044fe650469d6b5910b62692236487630d8db9a
genlist: process message before restricted calc for get proper size of text and content visibled

Summary:
genlist text_get and content_get send signal for visibled or re-arrange
it's part on edc.
this singal may need to be processed before calculating item edc for
proper result.

we cannot call one only one time in realized function, because, size
must calculated before the realized callback, and user can send
customized signal in their realized callback which also need to be
processed.

Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/lib/elementary/elm_genlist.c