elementary/ctxpopup - added missing stuff.

when parent is changed, then ctxpopup should be updated.



SVN revision: 62951
This commit is contained in:
ChunEon Park 2011-08-29 15:28:05 +00:00
parent 56c76c6919
commit 0cff2922f8
1 changed files with 2 additions and 0 deletions

View File

@ -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 *