From d442bd8e09ffd820c46ebdb7191294a04eef2a4f Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 29 Aug 2011 15:28:05 +0000 Subject: [PATCH] elementary/ctxpopup - added missing stuff. when parent is changed, then ctxpopup should be updated. SVN revision: 62951 --- src/lib/elc_ctxpopup.c | 2 ++ 1 file changed, 2 insertions(+) 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 * -- 2.7.4