elementary/ctxpopup - correct position and size of ctxpopup
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 11 Sep 2012 10:29:48 +0000 (10:29 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 11 Sep 2012 10:29:48 +0000 (10:29 +0000)
commite1e0866b48243d5f6dbe0a16a46fb64d7d5e24e5
treedbd12e8cdc5ed5963347eb652e4d8700be7669e8
parent72a54c3ed1578b0097aecb459aefd3ebfabb366c
elementary/ctxpopup - correct position and size of ctxpopup

Dear all,

With ctxpopup, if it has many items and user uses -1 as parameter in set direction priority function,
the ctxpopup position and size are calculated incorrectly.
Ex:
elm_ctxpopup_direction_priority_set(ctxpopup, ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_UP, -1, -1);

I would like to send a small patch to fix this issue.
Please take a look on it.

Thanks & Regards,
Thiep Ha

Signed-Off-By: Thiep ha<thiep.ha@samsung.com>
SVN revision: 76452
src/lib/elc_ctxpopup.c