This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 3e52df76c7a94df65fad23163c93b20907731e25
Author: Alastair Poole <[email protected]>
AuthorDate: Mon Apr 20 14:08:40 2026 +0100
gadman: remember shelf positioning with drag
---
src/modules/gadman/e_mod_gadman.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c
index 0c1866ccb..2d18acec0 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -775,7 +775,6 @@ _gadman_gadcon_dnd_move_cb(E_Gadcon *gc, E_Gadcon_Client *gcc)
evas_object_geometry_get(mover, NULL, NULL, &ow, &oh);
/* Keep the preview centered under the pointer for desktop/screen moves
- * without touching shared shelf drag offsets.
*/
zone = e_comp_zone_xy_get(x, y);
if (!zone) zone = e_gadcon_zone_get(gc);
@@ -790,6 +789,8 @@ _gadman_gadcon_dnd_move_cb(E_Gadcon *gc, E_Gadcon_Client *gcc)
evas_object_resize(mover, ow, oh);
evas_object_raise(gcc->o_frame);
evas_object_raise(mover);
+ /* shelf */
+ _save_widget_position_for_zone(gcc, zone);
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.