Conditional resize.

SVN revision: 27704
This commit is contained in:
Sebastian Dransfeld 2006-12-31 15:18:27 +00:00
parent 2844b9d77c
commit a948c87538
1 changed files with 1 additions and 1 deletions

View File

@ -1569,7 +1569,7 @@ _e_gadcon_cb_size_request(void *data, Evas_Object *obj, void *event_info)
gc->resize_request.func(gc->resize_request.data, gc, w, h);
}
evas_object_geometry_get(gc->o_container, &x, &y, &w, &h);
e_drop_handler_geometry_set(gc->drop_handler, x, y, w, h);
if (gc->drop_handler) e_drop_handler_geometry_set(gc->drop_handler, x, y, w, h);
}
static void