elementary/ctxpopup - added missing stuff.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 29 Aug 2011 15:28:05 +0000 (15:28 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 29 Aug 2011 15:28:05 +0000 (15:28 +0000)
when parent is changed, then ctxpopup should be updated.

SVN revision: 62951

src/lib/elc_ctxpopup.c

index 0511972..12c4076 100644 (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 *