whitespace fix

This commit is contained in:
Carsten Haitzler 2020-05-04 21:44:33 +01:00
parent 73a754a411
commit 83369e331a
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}