From 83369e331ab2386450bc183a50467d369e7732d8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 4 May 2020 21:44:33 +0100 Subject: [PATCH] whitespace fix --- src/bin/e_comp_object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 1fdb46f17..bff393514 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2832,7 +2832,6 @@ _e_comp_object_util_moveresize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj evas_object_geometry_get(obj, NULL, NULL, &w, &h); e_zoomap_child_resize(data, w, h); } - if (evas_object_visible_get(obj)) e_comp_shape_queue(); }