elm.hoversel: revert unnecessary item expansion & get proper size
authorJee-Yong Um <jc9.um@samsung.com>
Fri, 13 Jan 2017 00:32:02 +0000 (16:32 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 13 Jan 2017 00:32:05 +0000 (16:32 -0800)
commit3f6e8871e240d8895850d7bd18db7091a5f4662f
tree991bb3c2dbbd6d5177a3b4d9c756e7f87203d03a
parentbd241f6a389f78f63e58e3bc878c6a8e3e748fa2
elm.hoversel: revert unnecessary item expansion & get proper size

Summary:
The changes of previous patch (4ea7effe70423b5f88f98aea45a96582669aa280)
are reverted, and item calculation is fixed correctly.
The main reason why hoversel item has wrong size in screen rotation is
that hover doesn't update geometry when the size of target object is changed.

Test Plan: elementary_test -to hoversel

Reviewers: cedric, jpeg

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elc_hoversel.c
src/lib/elementary/elm_hover.c