don't set geometry during wl client surface mapping

this happens automatically in other places, calling it here breaks client placement

 #barrel
This commit is contained in:
Mike Blumenkrantz 2015-02-11 17:15:31 -05:00
parent 9a82f7bcb0
commit e80bd28d33
1 changed files with 0 additions and 1 deletions

View File

@ -1089,7 +1089,6 @@ _e_xdg_shell_surface_map(struct wl_resource *resource)
{
/* map this surface if needed */
ec->visible = EINA_TRUE;
evas_object_geometry_set(ec->frame, ec->x, ec->y, ec->w, ec->h);
evas_object_show(ec->frame);
ec->comp_data->mapped = EINA_TRUE;