discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=672d052501a7d09df2664a7e2b915926f1018496
commit 672d052501a7d09df2664a7e2b915926f1018496 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Aug 4 16:23:38 2017 -0400 do not reposition new bryces after using editor this is now handled more accurately by bryce internals --- src/bin/e_bryce_editor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_bryce_editor.c b/src/bin/e_bryce_editor.c index 8ac6af71c..fc14cb30d 100644 --- a/src/bin/e_bryce_editor.c +++ b/src/bin/e_bryce_editor.c @@ -96,7 +96,6 @@ _editor_bryce_add(Evas_Object *obj) e_gadget_site_gadget_add(site, "Start", 0); e_gadget_site_gadget_add(site, "Digital Clock", 0); e_gadget_site_gadget_add(site, "Wireless", 0); - evas_object_move(b, zone->x, zone->y); } e_gadget_site_gravity_set(site, gravity); --