enventor - fixed ctxpopup positioning problem

This commit is contained in:
ChunEon Park 2013-08-31 02:11:27 +09:00
parent e4ba82f697
commit 2161d2c70e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ static void
edit_attr_candidate_show(edit_data *ed, attr_value *attr, int x, int y, const char *selected)
{
//Show up the list of the types
Evas_Object *ctxpopup = ctxpopup_create(ed->layout, attr, atof(selected),
Evas_Object *ctxpopup = ctxpopup_create(ed->parent, attr, atof(selected),
ctxpopup_dismiss_cb,
ctxpopup_selected_cb, ed);
if (!ctxpopup) return;