From 449ec43d1f37c45943b6ecc13997677bec8fced3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 11 Feb 2014 21:45:04 -0500 Subject: [PATCH] size comp zoomap child to pixmap, not client this affects nothing --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 5b3067315..06810d905 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1961,7 +1961,7 @@ _e_comp_smart_resize(Evas_Object *obj, int w, int h) CRI("CW RSZ: %dx%d || PX: %dx%d", ww, hh, pw, ph); } evas_object_resize(cw->effect_obj, w, h); - if (cw->zoomobj) e_zoomap_child_resize(cw->zoomobj, cw->ec->client.w, cw->ec->client.h); + if (cw->zoomobj) e_zoomap_child_resize(cw->zoomobj, pw, ph); if (cw->input_obj) evas_object_geometry_set(cw->input_obj, cw->x + cw->input_rect.x, cw->y + cw->input_rect.y, cw->input_rect.w, cw->input_rect.h); if (!first)