elm_hover: Set min size hint for size and offset spacer before moving or resizing...
authorJee-Yong Um <jc9.um@samsung.com>
Fri, 28 Aug 2015 06:56:34 +0000 (15:56 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 28 Aug 2015 06:56:34 +0000 (15:56 +0900)
commit710a927441834128d7c3fbec0bf24e0c0075e26e
treeeccc65735d7eb5f92bb1fe3f1405949da22b4ad9
parente3d69fe3588700f58c4bf54c03f206d5bf52339f
elm_hover: Set min size hint for size and offset spacer before moving or resizing hover

Summary:
Size or offset spacer make hover be able to move its swallows to right positions.
In elm_layout_sizing_eval() for hover, moving and resizing spacers are done
after moving and resizing hover.
It causes in hover's move or resize callback, geometry can not be got correctly.

Reviewers: SanghyeonLee, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2999
src/lib/elm_hover.c