From: cnook <kimcinoo@gmail.com>
As the title, attached patch has followings.
1) Using Calculated Value: The _update_arrow(); had used
evas_object_geometry_get(); internally for getting its base size.
But the _calc_base_geometry(); already got the base size which
is more accurate.
2) Getting Size From The Style Also: If the ctxpopup has content
which is composed using the style (means, the size of
content can get from *.edc file only), then ctxpopup does not
come properly. So resolving this, the patch is using a box,
and add a RESIZE callback to the box. When the box is resized,
the callback calls elm_box_recalculate();
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66130
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33