This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository edi.
View the commit online.
commit 2893155c0ba565de360fae2760384dbe99e84e19
Author: Alastair Poole <[email protected]>
AuthorDate: Mon May 11 09:01:28 2026 +0100
panel: emit signal when dragging.
We use custom DnD in EDI.
Signed off by Pope Leo XIII
---
src/bin/mainview/edi_mainview_panel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/bin/mainview/edi_mainview_panel.c b/src/bin/mainview/edi_mainview_panel.c
index 87ca1b5..a808399 100644
--- a/src/bin/mainview/edi_mainview_panel.c
+++ b/src/bin/mainview/edi_mainview_panel.c
@@ -710,6 +710,7 @@ _tab_move_begin_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED
elm_object_part_text_set(btn, "elm.btn.text", elm_object_part_text_get(obj, "elm.btn.text"));
elm_object_focus_set(btn, EINA_TRUE);
evas_object_show(btn);
+ elm_object_signal_emit(btn, "elm,state,dragging", "elm"); // signal drag state to theme
evas_object_move(tab->button_drag, ev->canvas.x - tab->drag_x_offset,
ev->canvas.y - tab->drag_y_offset);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.