From: hermet Date: Mon, 29 Aug 2011 15:28:05 +0000 (+0000) Subject: elementary/ctxpopup - added missing stuff. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1859 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f47fd4820beb62a31cb19d073e0b60b10271c7d;p=framework%2Fuifw%2Felementary.git elementary/ctxpopup - added missing stuff. when parent is changed, then ctxpopup should be updated. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62951 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 0511972..12c4076 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1251,6 +1251,8 @@ elm_ctxpopup_hover_parent_set(Evas_Object *obj, Evas_Object *hover_parent) } wd->hover_parent = hover_parent; + + if (wd->visible) _sizing_eval(obj); } EAPI Evas_Object *