fix teamwork popup positioning for non-dbus popups

This commit is contained in:
Mike Blumenkrantz 2014-10-12 04:48:19 -04:00
parent 11f8c10367
commit 355152880d
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ tw_show_helper(Evas_Object *o, int w, int h)
}
else
{
e_comp_object_util_center(tw_mod->pop);
e_comp_object_util_center_on(tw_mod->pop, zone->bg_clip_object);
}
evas_object_show(tw_mod->pop);
tw_popup_opacity_set();