From 79f33139318d5ca517478f83c7b1f1f72fd0ca40 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 25 Feb 2014 20:30:45 +0000 Subject: [PATCH] e_comp_x: reverted 7c20b54 (was fixed in the meantime and i didn't notice) --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 722108b8e..0611b4e70 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -4550,7 +4550,7 @@ _e_comp_x_ee_resize(Ecore_Evas *ee) e_comp_canvas_update(c); E_CLIENT_FOREACH(c, ec) { - if (ec->zone && !e_client_util_ignored_get(ec)) + if (!e_client_util_ignored_get(ec)) _e_comp_x_client_zone_geometry_set(ec); } }